Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/soc/esp32/include/soc/
Drtc.h523 .rtc_mem_inf_follow_cpu = ((sleep_flags) & RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU) ? 1 : 0, \
544 #define RTC_SLEEP_PD_RTC_MEM_FOLLOW_CPU BIT(4) //!< RTC FAST and SLOW memories are automatically p… macro