3.3.1.6 ADCx_Initialize

Initializes given instance of ADC peripheral.

This function initializes given instance of ADC peripheral of the device with the values configured in MCC GUI. Once the peripheral is initialized, peripheral can be used for conversion. This function must be called before any other ADC function is called. This function should only be called once during system initialization.

void 
ADCx_Initialize 
(
     void
);

Precondition

  • MCC GUI should be configured with the right values.

Parameters

  • void

Returns

  • void