1.6.2.1 1.7.2.1 1.10.1.1 1.11.1.1 1.12.1.1 1.13.1.1 1.22.1.1 1.23.1.1 1.24.1.1 ADCHS_Initialize Function
C
void ADCHS_Initialize (void)
Summary
Initializes given instance of ADCHS peripheral.
Description
This function initializes given instance of ADCHS peripheral of the device with the values configured in MCC GUI. Once the peripheral is initialized, peripheral can be used for conversion.
Precondition
MCC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
ADCHS_Initialize();
Remarks
This function must be called before any other ADCHS function is called. This function should only be called once during system initialization.