5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
Deep-sleep related functions

Functions

uint32_t wiced_deep_sleep_ticks_since_enter (void)
 
wiced_result_t wiced_resume_after_deep_sleep (void)
 

Detailed Description

Functions to resume WICED after the deep-sleep. Platform is not necessary to support deep-sleep mode.

Function Documentation

◆ wiced_deep_sleep_ticks_since_enter()

uint32_t wiced_deep_sleep_ticks_since_enter ( void )

Return the time spent during deep sleep.

Note
Currently this is implemented for 4390x platforms only.
Returns
time in system ticks

◆ wiced_resume_after_deep_sleep()

wiced_result_t wiced_resume_after_deep_sleep ( void )
extern

Resumes the WICED system after deep-sleep

This function sets up the system same way as wiced_init and has to be used when system resumes from deep-sleep

Returns
wiced_result_t