Searched refs:PMU_SLEEP_PD_LP_PERIPH (Results 1 – 3 of 3) sorted by relevance
26 #define RTC_SLEEP_PD_RTC_PERIPH PMU_SLEEP_PD_LP_PERIPH //!< Power down RTC peripherals146 #define PMU_SLEEP_PD_LP_PERIPH BIT(14) macro
296 .peri_pd_en = ((pd_flags) & PMU_SLEEP_PD_LP_PERIPH) ? 1 : 0, \
307 .peri_pd_en = ((pd_flags) & PMU_SLEEP_PD_LP_PERIPH) ? 1 : 0, \