Searched refs:RTC_WEEKDAY_SATURDAY (Results 1 – 12 of 12) sorted by relevance
384 #define RTC_WEEKDAY_SATURDAY ((uint8_t)0x06) macro392 ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || \407 ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || \
222 #define RTC_WEEKDAY_SATURDAY ((uint8_t)0x06) macro227 || ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))239 || ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))
178 #define RTC_WEEKDAY_SATURDAY (0x06) macro554 ((__WEEKDAY__) == RTC_WEEKDAY_SATURDAY) || \
178 #define RTC_WEEKDAY_SATURDAY (0x06) macro556 ((__WEEKDAY__) == RTC_WEEKDAY_SATURDAY) || \
356 #define RTC_WEEKDAY_SATURDAY ((uint8_t)0x06) macro
105 RTC_WEEKDAY_SATURDAY = 0x06, /*!< Set Saturday as the weekend */ enumerator
Completed in 37 milliseconds