Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_PD_RTC_SLOW_MEM (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h523 .rtc_slowmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_SLOW_MEM) ? 1 : 0, \
545 #define RTC_SLEEP_PD_RTC_SLOW_MEM BIT(2) //!< Power down RTC SLOW memory macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h692 .rtc_slowmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_SLOW_MEM) ? 1 : 0, \
716 #define RTC_SLEEP_PD_RTC_SLOW_MEM BIT(2) //!< Power down RTC SLOW memory macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h667 .rtc_slowmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_SLOW_MEM) ? 1 : 0, \
692 #define RTC_SLEEP_PD_RTC_SLOW_MEM BIT(2) //!< Power down RTC SLOW memory macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h674 .rtc_slowmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_SLOW_MEM) ? 1 : 0, \
699 #define RTC_SLEEP_PD_RTC_SLOW_MEM BIT(2) //!< Power down RTC SLOW memory macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h683 .rtc_slowmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_SLOW_MEM) ? 1 : 0, \
708 #define RTC_SLEEP_PD_RTC_SLOW_MEM BIT(2) //!< Power down RTC SLOW memory macro
/hal_espressif-3.4.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c1293 pd_flags |= RTC_SLEEP_PD_RTC_SLOW_MEM; in get_power_down_flags()
/hal_espressif-3.4.0/components/esp_hw_support/
Dsleep_modes.c1256 pd_flags |= RTC_SLEEP_PD_RTC_SLOW_MEM; in get_power_down_flags()