Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h32 #define RTC_SLEEP_PD_MODEM PMU_SLEEP_PD_MODEM //!< Power down modem(include wifi,…
129 #define PMU_SLEEP_PD_MODEM BIT(2) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h266 .wifi_pd_en = ((pd_flags) & PMU_SLEEP_PD_MODEM) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h276 .wifi_pd_en = ((pd_flags) & PMU_SLEEP_PD_MODEM) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1047 …uint32_t force_pd_flags = PMU_SLEEP_PD_TOP | PMU_SLEEP_PD_VDDSDIO | PMU_SLEEP_PD_MODEM | PMU_SLEEP…