Searched refs:deep_sleep (Results 1 – 2 of 2) sorted by relevance
620 inline static void IRAM_ATTR misc_modules_sleep_prepare(bool deep_sleep) in misc_modules_sleep_prepare() argument622 if (deep_sleep){ in misc_modules_sleep_prepare()648 if (!(deep_sleep && s_adc_tsen_enabled)){ in misc_modules_sleep_prepare()711 bool deep_sleep = (mode == ESP_SLEEP_MODE_DEEP_SLEEP); local723 bool periph_using_8m = !deep_sleep && s_periph_use_8m_flag;741 if (deep_sleep) {749 if (deep_sleep) {754 if (!deep_sleep && (pd_flags & PMU_SLEEP_PD_TOP)) {777 if (deep_sleep && (s_config.wakeup_triggers & RTC_GPIO_TRIG_EN)) {801 misc_modules_sleep_prepare(deep_sleep);[all …]
369 in conjunction with using deep_sleep() entry and changing the active OTA