PSoC 6 Peripheral Driver Library
Day of the week definitions

General Description

Definitions of days in the week.

Macros

#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.