2.75.1 PCR_Initialize Function

C

void PCR_Initialize (void)

Summary

Initializes the PCR module based on MCC configuration

Description

Initializes the PCR module based on MCC configuration. This routine is called by the SYS_Initialize() routine and application need not be called by the application.

Precondition

None

Parameters

None

Returns

None

Example

PCR_Initialize();

Remarks

None