Searched refs:RTC_WEEKDAY_FRIDAY (Results 1 – 12 of 12) sorted by relevance
383 #define RTC_WEEKDAY_FRIDAY ((uint8_t)0x05) macro391 ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) || \406 ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) || \
221 #define RTC_WEEKDAY_FRIDAY ((uint8_t)0x05) macro226 …|| ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) …238 …|| ((WEEKDAY) == RTC_WEEKDAY_THURSDAY) || ((WEEKDAY) == RTC_WEEKDAY_FRIDAY) …
177 #define RTC_WEEKDAY_FRIDAY (0x05) macro553 ((__WEEKDAY__) == RTC_WEEKDAY_FRIDAY) || \
177 #define RTC_WEEKDAY_FRIDAY (0x05) macro555 ((__WEEKDAY__) == RTC_WEEKDAY_FRIDAY) || \
355 #define RTC_WEEKDAY_FRIDAY ((uint8_t)0x05) macro
104 RTC_WEEKDAY_FRIDAY = 0x05, /*!< Set Friday as the weekend */ enumerator
Completed in 44 milliseconds