1.2.16.1 1.3.18.1 1.4.16.1 1.5.17.1 1.9.15.1 1.29.17.1 1.32.19.1 1.38.16.1 1.39.13.1 1.40.15.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.