#include <nitro/rtc.h>typedef struct {
u32 year;
u32 month;
u32 day;
RTCWeek week;
} RTCDate;
| year | Numerical value 0 – 99 indicates the year. |
| month | Numerical value 1 – 12 indicates the month. |
| day | Numerical value 1 – 31 indicates the day. |
| week | Value of the RTCWeek enumeration that indicates the day of the week. |
This structure indicates the real time clock's date. It includes year, month, day, and day of the week.
05/18/2004 Initial version
CONFIDENTIAL