Searched refs:IS_RTC_WAKEUP (Results 1 – 4 of 4) sorted by relevance
190 #define IS_RTC_WAKEUP(x) ((((x) & (u32)0xFFFFF8FF) == 0x00) && ((x) != 0x00)) macro
203 #define IS_RTC_WAKEUP(x) ((((x) & (u32)0xFFFFF8FF) == 0x00) && ((x) != 0x00)) macro
258 Assert_Param(IS_RTC_WAKEUP(RTC_WAKEUP)); in RTC_WakeupConfig()
267 Assert_Param(IS_RTC_WAKEUP(RTC_WAKEUP)); in RTC_WakeupConfig()
Completed in 16 milliseconds