RTEMS 6.1-rc5
|
ADC channel conversion configuration. More...
#include <fsl_adc.h>
Data Fields | |
uint32_t | channelNumber |
bool | enableInterruptOnConversionCompleted |
ADC channel conversion configuration.
uint32_t _adc_channel_config::channelNumber |
Setting the conversion channel number. The available range is 0-31. See channel connection information for each chip in Reference Manual document.
bool _adc_channel_config::enableInterruptOnConversionCompleted |
Generate an interrupt request once the conversion is completed.