Searched refs:sleep_duration (Results 1 – 1 of 1) sorted by relevance
198 uint64_t sleep_duration; member275 static esp_err_t timer_wakeup_prepare(int64_t sleep_duration);589 static bool light_sleep_uart_prepare(uint32_t pd_flags, int64_t sleep_duration) in light_sleep_uart_prepare() argument603 …(sleep_duration < (int64_t)((UART_LL_FIFO_DEF_LEN - uart_ll_get_txfifo_len(CONSOLE_UART_DEV) + 1) … in light_sleep_uart_prepare()714 …int64_t sleep_duration = (int64_t) s_config.sleep_duration - (int64_t) s_config.sleep_time_adjustm… local744 should_skip_sleep = light_sleep_uart_prepare(pd_flags, sleep_duration);871 if (timer_wakeup_prepare(sleep_duration) != ESP_OK) {1172 …bool force_pd = !(s_config.wakeup_triggers & RTC_TIMER_TRIG_EN) || (s_config.sleep_duration > vdds…1173 …bool safe_pd = (s_config.wakeup_triggers == RTC_TIMER_TRIG_EN) && (s_config.sleep_duration > vdds…1308 …int64_t final_sleep_duration_us = (int64_t)s_config.sleep_duration - (int64_t)s_config.sleep_time_…[all …]