1.26.8.1 OTPC_Initialize Function

C

void OTPC_Initialize( void );

Summary

Initializes given OTPC instancee

Description

Initializes the OTPC controller with the MHC 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.