1.2.23.1 1.3.26.1 1.4.22.1 1.5.26.1 1.8.20.1 1.9.21.1 1.29.24.1 1.32.27.1 1.34.21.1 1.35.14.1 1.36.16.1 1.38.22.1 1.39.19.1 1.40.21.1 1.41.19.1 1.42.18.1 SUPC_Initialize Function
C
void SUPC_Initialize( void );
Summary
Initializes the SUPC peripheral.
Description
This function initializes the SUPC peripheral of the device with the values configured in MHC GUI.
Precondition
MHC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
SUPC_Initialize();
Remarks
This function should only be called once during system initialization before any other SUPC function is called.