Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_PD_DIG_PERIPH (Results 1 – 5 of 5) 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 macro
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c75 .dig_peri_pd_en = (sleep_flags & RTC_SLEEP_PD_DIG_PERIPH) ? 1 : 0, in rtc_sleep_get_default_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c68 .dig_peri_pd_en = (sleep_flags & RTC_SLEEP_PD_DIG_PERIPH) ? 1 : 0, in rtc_sleep_get_default_config()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h607 #define RTC_SLEEP_PD_DIG_PERIPH BIT(9) //!< Power down DIG peripherals macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h620 #define RTC_SLEEP_PD_DIG_PERIPH BIT(9) //!< Power down DIG peripherals macro