1.23.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