2.3.68 ADCx_ChannelResultInterruptEnable Function
C
// x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
inline static void ADCx_ChannelResultInterruptEnable(ADCx_CHANNEL channel);
Summary
Enables individual channel interrupt.
Description
This function enables individual channel interrupt.
Precondition
None.
Parameters
Param | Description |
---|---|
channel | Selected channel |
Returns
None.
Example
ADC1_ChannelResultInterruptEnable(ADC1_CHANNEL channel);
Remarks
None.