Definitions of days in the week.
|
|
#define | CY_RTC_SUNDAY (1UL) |
| | Sequential number of Sunday in the week.
|
| |
|
#define | CY_RTC_MONDAY (2UL) |
| | Sequential number of Monday in the week.
|
| |
|
#define | CY_RTC_TUESDAY (3UL) |
| | Sequential number of Tuesday in the week.
|
| |
|
#define | CY_RTC_WEDNESDAY (4UL) |
| | Sequential number of Wednesday in the week.
|
| |
|
#define | CY_RTC_THURSDAY (5UL) |
| | Sequential number of Thursday in the week.
|
| |
|
#define | CY_RTC_FRIDAY (6UL) |
| | Sequential number of Friday in the week.
|
| |
|
#define | CY_RTC_SATURDAY (7UL) |
| | Sequential number of Saturday in the week.
|
| |
|
#define | CY_RTC_DAY_AUTO (8UL) |
| | Calculate the day of the week for the provided date, month, year automatically.
|
| |