Searched refs:CY_RTC_DAY_AUTO (Results 1 – 2 of 2) sorted by relevance
717 #define CY_RTC_DAY_AUTO (8UL) /**< Calculate the day of the week fo… macro943 #define CY_RTC_IS_WEEK_DAY_VALID(dayOfWeek, validDay) ((dayOfWeek == CY_RTC_DAY_AUTO) ? true …
1718 if (timeDate->dayOfWeek == CY_RTC_DAY_AUTO) in ConstructTimeDate()