Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_PD_RTC_PERIPH (Results 1 – 10 of 10) 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 macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c811 pd_flags &= ~RTC_SLEEP_PD_RTC_PERIPH;
819 pd_flags &= ~RTC_SLEEP_PD_RTC_PERIPH;
1228 pd_flags &= ~RTC_SLEEP_PD_RTC_PERIPH;
2104 pd_flags |= RTC_SLEEP_PD_RTC_PERIPH;
2156 pd_flags &= ~RTC_SLEEP_PD_RTC_PERIPH;
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h513 #define RTC_SLEEP_PD_RTC_PERIPH BIT(1) //!< Power down RTC peripherals macro
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c70 .rtc_peri_pd_en = (sleep_flags & RTC_SLEEP_PD_RTC_PERIPH) ? 1 : 0, in rtc_sleep_get_default_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c64 .rtc_peri_pd_en = (sleep_flags & RTC_SLEEP_PD_RTC_PERIPH) ? 1 : 0, in rtc_sleep_get_default_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c53 .rtc_peri_pd_en = (sleep_flags & RTC_SLEEP_PD_RTC_PERIPH) ? 1 : 0, in rtc_sleep_get_default_config()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h599 #define RTC_SLEEP_PD_RTC_PERIPH BIT(1) //!< Power down RTC peripherals macro
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_sleep.c93 .rtc_peri_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_PERIPH) ? 1 : 0, in rtc_sleep_get_default_config()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h613 #define RTC_SLEEP_PD_RTC_PERIPH BIT(1) //!< Power down RTC peripherals macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h629 #define RTC_SLEEP_PD_RTC_PERIPH BIT(1) //!< Power down RTC peripherals macro