Home
last modified time | relevance | path

Searched refs:is_sleeping_waiting_for_clock_restore (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/power_manager/src/sleep_loop/
Dsl_power_manager.c101 static volatile bool is_sleeping_waiting_for_clock_restore = false; variable
285 if (is_sleeping_waiting_for_clock_restore == false) { in sl_power_manager_sleep()
319 if (is_sleeping_waiting_for_clock_restore == true) { in sl_power_manager_sleep()
348 is_sleeping_waiting_for_clock_restore = false; in sl_power_manager_sleep()
602 return is_sleeping_waiting_for_clock_restore; in sli_power_manager_get_clock_restore_status()
940 && is_sleeping_waiting_for_clock_restore == false) { in update_em1_requirement()
960 is_sleeping_waiting_for_clock_restore = false; in clock_restore_and_wait()
1007 is_sleeping_waiting_for_clock_restore = true; in clock_restore()
1064 && (is_sleeping_waiting_for_clock_restore == true)) { in sli_hfxo_manager_notify_ready_for_power_manager()
1066 is_sleeping_waiting_for_clock_restore = false; in sli_hfxo_manager_notify_ready_for_power_manager()
[all …]