Searched refs:RTC_WEEKDAY_SUNDAY (Results 1 – 12 of 12) sorted by relevance
385 #define RTC_WEEKDAY_SUNDAY ((uint8_t)0x07) macro393 ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))408 ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))
223 #define RTC_WEEKDAY_SUNDAY ((uint8_t)0x07) macro227 || ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))239 || ((WEEKDAY) == RTC_WEEKDAY_SATURDAY) || ((WEEKDAY) == RTC_WEEKDAY_SUNDAY))
179 #define RTC_WEEKDAY_SUNDAY (0x07) macro555 ((__WEEKDAY__) == RTC_WEEKDAY_SUNDAY))
179 #define RTC_WEEKDAY_SUNDAY (0x07) macro557 ((__WEEKDAY__) == RTC_WEEKDAY_SUNDAY))
357 #define RTC_WEEKDAY_SUNDAY ((uint8_t)0x07) macro
106 RTC_WEEKDAY_SUNDAY = 0x07 /*!< Set sunday as the weekend */ enumerator
Completed in 29 milliseconds