Searched refs:PMU_SLEEP_PD_RC_FAST (Results 1 – 5 of 5) sorted by relevance
30 #define RTC_SLEEP_PD_INT_8M PMU_SLEEP_PD_RC_FAST //!< Power down Internal 20M oscill…143 #define PMU_SLEEP_PD_RC_FAST BIT(11) macro
302 .xpd_fosc = ((pd_flags) & PMU_SLEEP_PD_RC_FAST) ? 0 : 1 \
313 .xpd_fosc = ((pd_flags) & PMU_SLEEP_PD_RC_FAST) ? 0 : 1 \
169 } else if (!(pd_flags & PMU_SLEEP_PD_RC_FAST)) { in pmu_sleep_config_default()
234 } else if (!(pd_flags & PMU_SLEEP_PD_RC_FAST)) { in pmu_sleep_config_default()