Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h29 #define RTC_SLEEP_PD_DIG_PERIPH PMU_SLEEP_PD_HP_PERIPH //!< Power down DIG peripherals
130 #define PMU_SLEEP_PD_HP_PERIPH BIT(3) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1047 …_pd_flags = PMU_SLEEP_PD_TOP | PMU_SLEEP_PD_VDDSDIO | PMU_SLEEP_PD_MODEM | PMU_SLEEP_PD_HP_PERIPH \