Searched refs:sleep_on_exit (Results 1 – 1 of 1) sorted by relevance
2911 __STATIC_INLINE void XMC_SCU_POWER_WaitForInterrupt(XMC_SCU_POWER_MODE_t mode, bool sleep_on_exit) in XMC_SCU_POWER_WaitForInterrupt() argument2913 SCB->SCR = mode | (sleep_on_exit ? SCB_SCR_SLEEPONEXIT_Msk : 0); in XMC_SCU_POWER_WaitForInterrupt()