Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h673 .dig_peri_pd_en = ((sleep_flags) & RTC_SLEEP_PD_DIG_PERIPH) ? 1 : 0, \
699 #define RTC_SLEEP_PD_DIG_PERIPH BIT(9) //!< Power down DIG peripherals macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h680 .dig_peri_pd_en = ((sleep_flags) & RTC_SLEEP_PD_DIG_PERIPH) ? 1 : 0, \
706 #define RTC_SLEEP_PD_DIG_PERIPH BIT(9) //!< Power down DIG peripherals macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h689 .dig_peri_pd_en = ((sleep_flags) & RTC_SLEEP_PD_DIG_PERIPH) ? 1 : 0, \
715 #define RTC_SLEEP_PD_DIG_PERIPH BIT(9) //!< Power down DIG peripherals macro