Searched refs:RTC_SLEEP_PD_CPU (Results 1 – 6 of 6) sorted by relevance
28 #define RTC_SLEEP_PD_CPU PMU_SLEEP_PD_CPU //!< Power down CPU when in lightsl… macro
73 .cpu_pd_en = (sleep_flags & RTC_SLEEP_PD_CPU) ? 1 : 0, in rtc_sleep_get_default_config()
66 .cpu_pd_en = (sleep_flags & RTC_SLEEP_PD_CPU) ? 1 : 0, in rtc_sleep_get_default_config()
606 #define RTC_SLEEP_PD_CPU BIT(8) //!< Power down CPU when in lightsleep, but not res… macro
619 #define RTC_SLEEP_PD_CPU BIT(8) //!< Power down CPU when in lightsleep, but not res… macro
2110 pd_flags |= RTC_SLEEP_PD_CPU;