1.16.14.1 1.17.14.1 1.18.14.1 1.19.14.1 1.20.14.1 1.21.15.1 1.22.19.1 1.23.18.1 1.24.15.1 POWER_LowPowerModeEnter Function
C
void POWER_LowPowerModeEnter( POWER_LOW_POWER_MODE mode );
Summary
Puts the device in selected low power mode
Description
This function puts the device in selected low power mode. Before entering into low power mode using this API, user application should have made appropriate provision to wake up the device from low power mode.
Precondition
None.
Parameters
Param | Description |
---|---|
mode | Low power mode which has to be entered. |
Returns
None.
Example
// Puts the device in sleep mode
POWER_LowPowerModeEnter( LOW_POWER_SLEEP_MODE );
Remarks
None.