Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c212 uint32_t sleep_time_adjustment; member
714 …64_t sleep_duration = (int64_t) s_config.sleep_duration - (int64_t) s_config.sleep_time_adjustment;
855 pmu_sleep_init(pmu_sleep_config_default(&config, sleep_flags, s_config.sleep_time_adjustment,
1044 s_config.sleep_time_adjustment = DEEP_SLEEP_TIME_OVERHEAD_US;
1244 s_config.sleep_time_adjustment = sleep_time_sw_adjustment + sleep_time_hw_adjustment;
1247 …s_config.sleep_time_adjustment = LIGHT_SLEEP_TIME_OVERHEAD_US + sleep_time_overhead_in + s_config.…
1274 … flash_enable_time_us + LIGHT_SLEEP_MIN_TIME_US + s_config.sleep_time_adjustment
1279 s_config.sleep_time_adjustment += flash_enable_time_us;
1288 s_config.sleep_time_adjustment -= flash_enable_time_us;
1293 periph_inform_out_light_sleep_overhead(s_config.sleep_time_adjustment - sleep_time_overhead_in);
[all …]