Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h28 #define RTC_SLEEP_PD_CPU PMU_SLEEP_PD_CPU //!< Power down CPU when in lightsl…
131 #define PMU_SLEEP_PD_CPU BIT(4) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h267 .cpu_pd_en = ((pd_flags) & PMU_SLEEP_PD_CPU) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h277 .cpu_pd_en = ((pd_flags) & PMU_SLEEP_PD_CPU) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c927 if (pd_flags & PMU_SLEEP_PD_CPU) {
1048 | PMU_SLEEP_PD_CPU | PMU_SLEEP_PD_MEM | PMU_SLEEP_PD_XTAL;