Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h26 #define RTC_SLEEP_PD_RTC_PERIPH PMU_SLEEP_PD_LP_PERIPH //!< Power down RTC peripherals
146 #define PMU_SLEEP_PD_LP_PERIPH BIT(14) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h296 .peri_pd_en = ((pd_flags) & PMU_SLEEP_PD_LP_PERIPH) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h307 .peri_pd_en = ((pd_flags) & PMU_SLEEP_PD_LP_PERIPH) ? 1 : 0, \