2.73.1 OTPC_Initialize Function
C
void OTPC_Initialize( void );
Summary
Initializes given OTPC instance
Description
Initializes the OTPC controller with the MCC configured settings.
Precondition
MCC GUI should be configured with the desired values.
Parameters
None.
Returns
None.
Example
OTPC_Initialize();
Remarks
This function must be called before any other OTPC function is called. This function is normally only be called once during system initialization.