3.3.1.4 ADCx_Disable

Enables given instance of ADC peripheral.

This function enables the given instance of ADC.

void 
ADCx_Disable
( 
    void 
);

Precondition

  • ADCx_Initialize() function must have been called first for the associated instance. If ADC instance is operating in client mode, do not call ADCx_Enable function. Client ADC is enabled by host ADC.

Parameters

  • void

Returns

  • void