Searched refs:IS_RTC_ALARM_INT (Results 1 – 4 of 4) sorted by relevance
172 if (!IS_RTC_ALARM_INT(fp_Alarm->u32_AlarmInterrupt)) return; in HAL_RTC_AlarmConfig()
567 #define IS_RTC_ALARM_INT(__INT__) (((__INT__) == RTC_ALARM_INT_ENABLE) || \ macro
569 #define IS_RTC_ALARM_INT(__INT__) (((__INT__) == RTC_ALARM_INT_ENABLE) || \ macro
Completed in 10 milliseconds