5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
Powersave

Functions

void wiced_platform_mcu_disable_powersave (void)
 
void wiced_platform_mcu_enable_powersave (void)
 

Detailed Description

MCU Powersave Functions

Functions to enable MCU to enter/leave lower power consumption states when it is idle.

By default Powersave is not enabled in WICED.

Function Documentation

◆ wiced_platform_mcu_disable_powersave()

void wiced_platform_mcu_disable_powersave ( void )

Stops the MCU entering powersave mode.

Returns
void

◆ wiced_platform_mcu_enable_powersave()

void wiced_platform_mcu_enable_powersave ( void )

Enables the MCU to enter powersave mode.

Warning
If the MCU drives the sleep clock input pin of the WLAN chip,
ensure the 32kHz clock output from the MCU is maintained while
the MCU is in powersave mode. The WLAN sleep clock reference is
typically configured in the file:
<WICED-SDK>/platforms/<PLATFORM_NAME>/platform.h
Returns
void