1.6.2.4 1.7.2.4 1.10.1.4 1.11.1.4 1.12.1.4 1.13.1.4 1.22.1.4 1.23.1.4 1.24.1.4 ADCHS_ChannelResultInterruptEnable Function
C
void ADCHS_ChannelResultInterruptEnable (ADCHS_CHANNEL_NUM channel)
Summary
Enables the ADC channel result data interrupt
Description
This function enables result data interrupt for an analog channel specified in channel.
Precondition
ADCHS_Initialize() must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
channel | analog channel number |
Returns
None.
Example
ADCHS_Initialize();
ADCHS_ChannelResultInterruptEnable(ADCHS_CH_0);
Remarks
None