1.17.14.2 1.24.15.2 POWER_Initialize Function
C
void POWER_Initialize( void );
Summary
Initializes Deep Sleep controller of Power module.
Description
This function initializes Deep Sleep controller of Power module.
Precondition
None.
Parameters
None.
Returns
None.
Example
POWER_Initialize();
Remarks
This function should only be called once during system initialization before any other Power function is called. This function is only available for the devices which has deep sleep controller. MHC will generate this function only for the selected devices accordingly. Check device datasheet for more information.