Functions | |
| uint32_t | platform_hibernation_get_clock_freq (void) |
| uint32_t | platform_hibernation_get_max_ticks (void) |
| uint32_t | platform_hibernation_get_ticks_spent (void) |
| wiced_bool_t | platform_hibernation_is_returned_from (void) |
| platform_result_t | platform_hibernation_start (uint32_t ticks_to_wakeup) |
| uint32_t platform_hibernation_get_clock_freq | ( | void | ) |
Return hibernation timer frequency
| uint32_t platform_hibernation_get_max_ticks | ( | void | ) |
Return maximum ticks number hibernation timer can use
| uint32_t platform_hibernation_get_ticks_spent | ( | void | ) |
Return number of ticks system spent in hibernation mode
| wiced_bool_t platform_hibernation_is_returned_from | ( | void | ) |
Return WICED_TRUE if returned from hibernation
| platform_result_t platform_hibernation_start | ( | uint32_t | ticks_to_wakeup | ) |
Enter hibernation
| [in] | ticks_to_wakeup | : how many ticks to spend in hibernation |