Home
last modified time | relevance | path

Searched refs:is_actively_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.c125 static bool is_actively_waiting_for_clock_restore = false; variable
956 if (is_actively_waiting_for_clock_restore == false) { in clock_restore_and_wait()
957 is_actively_waiting_for_clock_restore = true; in clock_restore_and_wait()
972 if (is_actively_waiting_for_clock_restore) { in clock_restore_and_wait()
974 is_actively_waiting_for_clock_restore = false; in clock_restore_and_wait()
1040 if (is_actively_waiting_for_clock_restore) { in on_clock_wakeup_timeout()