ADC_ChannelId Typedef

Header: #include <applibs/adc.h>

The ID of an ADC channel.

typedef uint32_t ADC_ChannelId;

Remarks

ADCs often have multiple channels on a single chip. A channel corresponds to a single pin or input on the device. The range of allowed values for a channel ID is device-dependent, and is typically a zero-based index.

The ID of an ADC channel is a constant that is defined in the hardware definition files for the device. For more information, see Manage target hardware dependencies.