Searched refs:WEEKDAY (Results 1 – 10 of 10) sorted by relevance
387 #define IS_RTC_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_WEEKDAY_MONDAY) || \ argument388 ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || \389 ((WEEKDAY) == RTC_WEEKDAY_WEDNESDAY) || \390 ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || \391 ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) || \392 ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || \393 ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))402 #define IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_WEEKDAY_MONDAY) || \ argument403 ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || \404 ((WEEKDAY) == RTC_WEEKDAY_WEDNESDAY) || \[all …]
224 #define IS_RTC_WEEKDAY(WEEKDAY) … argument225 …(((WEEKDAY) == RTC_WEEKDAY_MONDAY) || ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || ((WEEKDAY) == RTC_WEEK…226 …|| ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) …227 || ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))236 #define IS_RTC_ALARM_WEEKDAY_WEEKDAY(WEEKDAY) … argument237 …(((WEEKDAY) == RTC_WEEKDAY_MONDAY) || ((WEEKDAY) == RTC_WEEKDAY_TUESDAY) || ((WEEKDAY) == RTC_WEEK…238 …|| ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) …239 || ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))
207 #define IS_RTC_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_Weekday_Monday) || \ argument208 ((WEEKDAY) == RTC_Weekday_Tuesday) || \209 ((WEEKDAY) == RTC_Weekday_Wednesday) || \210 ((WEEKDAY) == RTC_Weekday_Thursday) || \211 ((WEEKDAY) == RTC_Weekday_Friday) || \212 ((WEEKDAY) == RTC_Weekday_Saturday) || \213 ((WEEKDAY) == RTC_Weekday_Sunday))223 #define IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_Weekday_Monday) || \ argument224 ((WEEKDAY) == RTC_Weekday_Tuesday) || \227 ((WEEKDAY) == RTC_Weekday_Friday) || \[all …]
205 #define IS_RTC_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_Weekday_Monday) || \ argument206 ((WEEKDAY) == RTC_Weekday_Tuesday) || \207 ((WEEKDAY) == RTC_Weekday_Wednesday) || \208 ((WEEKDAY) == RTC_Weekday_Thursday) || \209 ((WEEKDAY) == RTC_Weekday_Friday) || \210 ((WEEKDAY) == RTC_Weekday_Saturday) || \211 ((WEEKDAY) == RTC_Weekday_Sunday))221 #define IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY(WEEKDAY) (((WEEKDAY) == RTC_Weekday_Monday) || \ argument222 ((WEEKDAY) == RTC_Weekday_Tuesday) || \225 ((WEEKDAY) == RTC_Weekday_Friday) || \[all …]
Completed in 33 milliseconds