Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_hw_support/
Dsleep_modes.c147 #define SLEEP_TIMER_ALARM_TO_SLEEP_TICKS (16) macro
1223 (target_wakeup_tick < lp_timer_hal_get_cycle_count() + SLEEP_TIMER_ALARM_TO_SLEEP_TICKS)) { in timer_wakeup_prepare()