1.23.1.5 ADCHS_ChannelResultInterruptDisable Function

C

void ADCHS_ChannelResultInterruptDisable (ADCHS_CHANNEL_NUM channel)

Summary

Disables the ADC channel result data interrupt

Description

This function disables result data interrupt for an analog channel specified in channel.

Precondition

ADCHS_Initialize() function must have been called first for the associated instance.

Parameters

Param Description
channel analog channel number

Returns

None.

Example

ADCHS_Initialize();
ADCHS_ChannelResultInterruptDisable(ADCHS_CH_0);

Remarks

None