Constants definition for Months.
|
|
#define | CY_RTC_JANUARY (1UL) |
| | Sequential number of January in the year.
|
| |
|
#define | CY_RTC_FEBRUARY (2UL) |
| | Sequential number of February in the year.
|
| |
|
#define | CY_RTC_MARCH (3UL) |
| | Sequential number of March in the year.
|
| |
|
#define | CY_RTC_APRIL (4UL) |
| | Sequential number of April in the year.
|
| |
|
#define | CY_RTC_MAY (5UL) |
| | Sequential number of May in the year.
|
| |
|
#define | CY_RTC_JUNE (6UL) |
| | Sequential number of June in the year.
|
| |
|
#define | CY_RTC_JULY (7UL) |
| | Sequential number of July in the year.
|
| |
|
#define | CY_RTC_AUGUST (8UL) |
| | Sequential number of August in the year.
|
| |
|
#define | CY_RTC_SEPTEMBER (9UL) |
| | Sequential number of September in the year.
|
| |
|
#define | CY_RTC_OCTOBER (10UL) |
| | Sequential number of October in the year.
|
| |
|
#define | CY_RTC_NOVEMBER (11UL) |
| | Sequential number of November in the year.
|
| |
|
#define | CY_RTC_DECEMBER (12UL) |
| | Sequential number of December in the year.
|
| |