Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h521 .rtc_mem_inf_follow_cpu = ((sleep_flags) & RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU) ? 1 : 0, \
547 #define RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU BIT(4) //!< RTC FAST and SLOW memories are automatically p… macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h690 .rtc_mem_inf_follow_cpu = ((sleep_flags) & RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU) ? 1 : 0, \
718 #define RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU BIT(4) //!< RTC FAST and SLOW memories are automatically p… macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h665 .rtc_mem_inf_follow_cpu = ((sleep_flags) & RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU) ? 1 : 0, \
694 #define RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU BIT(4) //!< RTC FAST and SLOW memories are automatically p… macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h672 .rtc_mem_inf_follow_cpu = ((sleep_flags) & RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU) ? 1 : 0, \
701 #define RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU BIT(4) //!< RTC FAST and SLOW memories are automatically p… macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h681 .rtc_mem_inf_follow_cpu = ((sleep_flags) & RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU) ? 1 : 0, \
710 #define RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU BIT(4) //!< RTC FAST and SLOW memories are automatically p… macro