Searched refs:IS_RTC_ALARM_WEEKDAY (Results 1 – 4 of 4) sorted by relevance
179 if (!IS_RTC_ALARM_WEEKDAY(fp_Alarm->u32_AlarmWeek)) return; in HAL_RTC_AlarmConfig()
579 #define IS_RTC_ALARM_WEEKDAY(__WEEKDAY__) (((__WEEKDAY__) == RTC_ALARM_WEEK_SUNDAY) || \ macro
581 #define IS_RTC_ALARM_WEEKDAY(__WEEKDAY__) (((__WEEKDAY__) == RTC_ALARM_WEEK_SUNDAY) || \ macro
Completed in 12 milliseconds