Searched defs:IS_RTC_ALARM (Results 1 – 3 of 3) sorted by relevance
356 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B)) macro
836 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B)) macro
1017 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || \ macro