Home
last modified time | relevance | path

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

/hal_espressif-3.6.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.6.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.6.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.6.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.6.0/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c64 .rtc_fastmem_pd_en = (sleep_flags & RTC_SLEEP_PD_RTC_FAST_MEM) ? 1 : 0, in rtc_sleep_get_default_config()
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Drtc.h700 #define RTC_SLEEP_PD_RTC_FAST_MEM BIT(3) //!< Power down RTC FAST memory macro
/hal_espressif-3.6.0/components/esp_hw_support/
Dsleep_modes.c1252 pd_flags |= RTC_SLEEP_PD_RTC_FAST_MEM; in get_power_down_flags()
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c1288 pd_flags |= RTC_SLEEP_PD_RTC_FAST_MEM; in get_power_down_flags()