Defines the control channel configuration. More...
#include <platform/drivers/inc/adc_driver.h>
Data Fields | |
bool | interruptEnable |
adc_inputchannel_t | channel |
Defines the control channel configuration.
This structure is used to configure a control channel of the ADC
Implements : adc_chan_config_t_Class
Definition at line 306 of file adc_driver.h.
adc_inputchannel_t channel |
Selection of input channel for measurement
Definition at line 309 of file adc_driver.h.
bool interruptEnable |
Enable interrupts for this channel
Definition at line 308 of file adc_driver.h.