BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sBPS430tlvADCCAL Struct Reference

#include <bsp430/utility/tlv.h>

Data Fields

sBSP430tlvEntry hdr
 
unsigned int cal_adc_gain_factor
 
unsigned int cal_adc_offset
 
unsigned int cal_adc_15t30
 
unsigned int cal_adc_15t85
 
unsigned int cal_adc_20t30
 
unsigned int cal_adc_20t85
 
unsigned int cal_adc_25t30
 
unsigned int cal_adc_25t85
 

Detailed Description

TLV entry for TLV_ADCCAL, TLV_ADC12CAL, and TLV_ADC10CAL on 5xx MCUs

These are ADC gain and offset calibration constants, as well as constants for the internal temperature sensor. See the family user guide for details.

Warning
: On FR4xx/2xx ADC_10 variants the structure stops after 10 bytes, at the cal_adc_20t30 field, since that variant supports only a 1.5V reference.

Field Documentation

unsigned int sBPS430tlvADCCAL::cal_adc_15t30

INCH_11 sample with 1.5V reference at 30Cel

unsigned int sBPS430tlvADCCAL::cal_adc_15t85

INCH_11 sample with 1.5V reference at 85Cel

unsigned int sBPS430tlvADCCAL::cal_adc_20t30

INCH_11 sample with 2.0V reference at 30Cel

unsigned int sBPS430tlvADCCAL::cal_adc_20t85

INCH_11 sample with 2.0V reference at 85Cel

unsigned int sBPS430tlvADCCAL::cal_adc_25t30

INCH_11 sample with 2.5V reference at 30Cel

unsigned int sBPS430tlvADCCAL::cal_adc_25t85

INCH_11 sample with 2.5V reference at 85Cel

unsigned int sBPS430tlvADCCAL::cal_adc_gain_factor

ADC gain factor

unsigned int sBPS430tlvADCCAL::cal_adc_offset

ADC gain offset

sBSP430tlvEntry sBPS430tlvADCCAL::hdr

Standard tag/len pair


The documentation for this struct was generated from the following file: