![]() |
S32 SDK
|
Defines the control channel configuration. More...
#include <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 95 of file adc_driver.h.
adc_inputchannel_t channel |
Selection of input channel for measurement
Definition at line 98 of file adc_driver.h.
bool interruptEnable |
Enable interrupts for this channel
Definition at line 97 of file adc_driver.h.