![]() |
WL865E4-P
36.07.001
|
This section describes the M2MB API for power management module. More...
INT32 | m2mb_pwr_mgmt_standby (UINT32 duration) |
m2mb_pwr_mgmt_standby puts the system to standby mode. More... | |
INT32 | m2mb_pwr_mgmt_cfg_sleep (UINT32 enable) |
m2mb_pwr_mgmt_cfg_sleep configures the sleep mode. More... | |
This section describes the M2MB API for power management module.
Power management module provides APIs to put the system in different power save mode. At present only standby mode is available. In standby mode the system is complete off and 8KB of RAM section gets power. After coming out of standby mode, system does the usual bootup.
m2mb_pwr_mgmt_cfg_sleep configures the sleep mode.
m2mb_pwr_mgmt_cfg_sleep is used to enable or disable the sleep mode.
[in] | enable | Set to one to enable sleep mode else set to zero to disable it. |
m2mb_pwr_mgmt_standby puts the system to standby mode.
m2mb_pwr_mgmt_standby puts the system in standby mode.
[in] | duration | Duration in msec. |