Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h522 .rtc_fastmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_FAST_MEM) ? 1 : 0, \
546 #define RTC_SLEEP_PD_RTC_FAST_MEM BIT(3) //!< Power down RTC FAST memory macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h691 .rtc_fastmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_FAST_MEM) ? 1 : 0, \
717 #define RTC_SLEEP_PD_RTC_FAST_MEM BIT(3) //!< Power down RTC FAST memory macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h666 .rtc_fastmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_FAST_MEM) ? 1 : 0, \
693 #define RTC_SLEEP_PD_RTC_FAST_MEM BIT(3) //!< Power down RTC FAST memory macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h673 .rtc_fastmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_FAST_MEM) ? 1 : 0, \
700 #define RTC_SLEEP_PD_RTC_FAST_MEM BIT(3) //!< Power down RTC FAST memory macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h682 .rtc_fastmem_pd_en = ((sleep_flags) & RTC_SLEEP_PD_RTC_FAST_MEM) ? 1 : 0, \
709 #define RTC_SLEEP_PD_RTC_FAST_MEM BIT(3) //!< Power down RTC FAST memory macro
/hal_espressif-3.4.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c1288 pd_flags |= RTC_SLEEP_PD_RTC_FAST_MEM; in get_power_down_flags()
/hal_espressif-3.4.0/components/esp_hw_support/
Dsleep_modes.c1252 pd_flags |= RTC_SLEEP_PD_RTC_FAST_MEM; in get_power_down_flags()