1.38.16.1 PM_Initialize Function

C

void PM_Initialize( void );

Summary

Initializes given instance of PM peripheral.

Description

This function initializes the specified instance of PM peripheral with the values configured in MHC GUI. These configurations are later used to define wake up time, ram retention etc in sleep modes.

Precondition

MHC GUI should be configured with the right values.

Parameters

None.

Returns

None.

Example

PM_Initialize();

Remarks

This function should only be called once during system initialization before any other PM function is called.