![]() |
EVE 1.0
|
#include <adc0.h>
Data Fields | |
int16_t | LowLimit |
int16_t | HighLimit |
uint32_t | InputP: 4 |
uint32_t | ResistorP: 2 |
uint32_t | InputN: 4 |
uint32_t | ResistorN: 2 |
uint32_t | Gain: 3 |
uint32_t | Reference: 1 |
uint32_t | AcquistionTime: 3 |
adc_analog_config_t structure is used for configuration of the analog part of the AD conversion The structure must be initialized before the ADC driver may be used.
uint32_t adc_analog_config_t::Reference |