3.3.1.5 ADCx_Enable
Enables given instance of ADC peripheral.
This function enables the given instance of ADC. If ADC instance is operating in client mode, do not call ADCx_Enable function. Client ADC is enabled by host ADC.
void
ADCx_Enable
(
void
);
Precondition
- ADCx_Initialize() function must have been called first for the associated instance.
Parameters
- void
Returns
- void
