1.34.1.5 AFECx_ChannelsInterruptDisable Function
C
void AFECx_ChannelsInterruptDisable (AFEC_INTERRUPT_MASK channelsInterruptMask) // x - Instance of the AFEC peripheral
Summary
Disables the ADC interrupt sources
Description
This function disables interrupt sources specified in channelsInterruptMask.
Precondition
AFECx_Initialize() function must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
channelsInterruptMask | interrupt sources |
Returns
None.
Example
AFEC0_Initialize();
AFEC0_ChannelsInterruptDisable(AFEC_INTERRUPT_EOC_0_MASK);
Remarks
This function does not enable interrupts which are not included in the mask.