Searched defs:IS_RTC_ALARM (Results 1 – 3 of 3) sorted by relevance
290 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_Alarm_A) || ((ALARM) == RTC_Alarm_B)) macro
826 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B)) macro
904 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || \ macro