1.5.0.3R3
Software Development Kit

Functions

void wiced_platform_mcu_disable_powersave (void)
 
void wiced_platform_mcu_enable_powersave (void)
 

Detailed Description

MCU Powersave Functions

Function Documentation

void wiced_platform_mcu_disable_powersave ( void  )

Stops the MCU entering powersave mode.

Returns
void
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>/include/platforms/<PLATFORM_NAME>/platform.h
Returns
void