Go to the source code of this file.
Classes | |
struct | adc_config_t |
Typedefs | |
typedef struct adc_config_t | adc_config_t |
Functions | |
uint16_t | adcGetChannel (uint8_t channel) |
void | adcInit (bool haveADC5) |
Variables | |
static adc_config_t | adcConfig [ADC_CHANNEL_MAX] |
static volatile uint16_t | adcValues [ADC_CHANNEL_MAX] |
typedef struct adc_config_t adc_config_t |
|
static |
|
static |