43 #ifndef ti_drivers_adc_ADCCC26XX__include 44 #define ti_drivers_adc_ADCCC26XX__include 53 #include <ti/devices/DeviceFamily.h> 54 #include DeviceFamily_constructPath(driverlib/aux_adc.h) 71 ADCCC26XX_SAMPLING_DURATION_2P7_US = AUXADC_SAMPLE_TIME_2P7_US,
72 ADCCC26XX_SAMPLING_DURATION_5P3_US = AUXADC_SAMPLE_TIME_5P3_US,
73 ADCCC26XX_SAMPLING_DURATION_10P6_US = AUXADC_SAMPLE_TIME_10P6_US,
74 ADCCC26XX_SAMPLING_DURATION_21P3_US = AUXADC_SAMPLE_TIME_21P3_US,
75 ADCCC26XX_SAMPLING_DURATION_42P6_US = AUXADC_SAMPLE_TIME_42P6_US,
76 ADCCC26XX_SAMPLING_DURATION_85P3_US = AUXADC_SAMPLE_TIME_85P3_US,
77 ADCCC26XX_SAMPLING_DURATION_170_US = AUXADC_SAMPLE_TIME_170_US,
78 ADCCC26XX_SAMPLING_DURATION_341_US = AUXADC_SAMPLE_TIME_341_US,
79 ADCCC26XX_SAMPLING_DURATION_682_US = AUXADC_SAMPLE_TIME_682_US,
80 ADCCC26XX_SAMPLING_DURATION_1P37_MS = AUXADC_SAMPLE_TIME_1P37_MS,
81 ADCCC26XX_SAMPLING_DURATION_2P73_MS = AUXADC_SAMPLE_TIME_2P73_MS,
82 ADCCC26XX_SAMPLING_DURATION_5P46_MS = AUXADC_SAMPLE_TIME_5P46_MS,
83 ADCCC26XX_SAMPLING_DURATION_10P9_MS = AUXADC_SAMPLE_TIME_10P9_MS
120 ADCCC26XX_FIXED_REFERENCE = AUXADC_REF_FIXED,
121 ADCCC26XX_VDDS_REFERENCE = AUXADC_REF_VDDS_REL
132 ADCCC26XX_TRIGGER_MANUAL = AUXADC_TRIGGER_MANUAL,
ADCCC26XX_Trigger_Source triggerSource
Definition: ADCCC26XX.h:161
ADCCC26XX_Reference_Source refSource
Definition: ADCCC26XX.h:157
ADCCC26XX Object.
Definition: ADCCC26XX.h:169
bool returnAdjustedVal
Definition: ADCCC26XX.h:151
bool isProtected
Definition: ADCCC26XX.h:174
Power manager interface for CC26XX/CC13XX.
ADCCC26XX_Sampling_Duration
Amount of time the ADC spends sampling the analogue input.
Definition: ADCCC26XX.h:69
ADCCC26XX_Trigger_Source
List of sources the ADC can be configured to trigger off of.
Definition: ADCCC26XX.h:130
Analog to Digital Conversion (ADC) Input Driver.
uint8_t adcCompBInput
Definition: ADCCC26XX.h:149
The definition of an ADC function table that contains the required set of functions to control a spec...
Definition: ADC.h:354
uint8_t adcDIO
Definition: ADCCC26XX.h:147
bool isOpen
Definition: ADCCC26XX.h:172
ADCCC26XX Hardware attributes These fields are used by driverlib APIs and therefore must be populated...
Definition: ADCCC26XX.h:144
bool inputScalingEnabled
Definition: ADCCC26XX.h:153
ADCCC26XX_Sampling_Duration samplingDuration
Definition: ADCCC26XX.h:159
uint_fast32_t refVoltage
Definition: ADCCC26XX.h:155
ADCCC26XX_Reference_Source
Specifies whether the internal reference of the ADC is sourced from the battery voltage or a fixed in...
Definition: ADCCC26XX.h:118