Description:
Disable the ADC peripheral.
Parameters:
__HANDLE__: ADC handle
Return value:
None
Description:
Enable the ADC end of conversion
interrupt.
Parameters:
__HANDLE__: specifies the ADC Handle.
__INTERRUPT__: ADC Interrupt.
Return value:
None
Description:
Disable the ADC end of conversion
interrupt.
Parameters:
__HANDLE__: specifies the ADC Handle.
__INTERRUPT__: ADC interrupt.
Return value:
None
Description:
Check if the specified ADC interrupt source
is enabled or disabled.
Parameters:
__HANDLE__: specifies the ADC Handle.
__INTERRUPT__: specifies the ADC
interrupt source to check.
Return value:
The: new state of __IT__ (TRUE or
FALSE).
Description:
Clear the ADC's pending flags.
Parameters:
__HANDLE__: specifies the ADC Handle.
__FLAG__: ADC flag.
Return value: