

#include <nitro/rtc.h>typedef struct {
u32 hour;
u32 minute;
u32 second;
u32 millisecond;
} RTCTimeEx;
| hour | Numerical value, from 0 to 23, that indicates the hour. |
| minute | Numerical value, from 0 to 59, that indicates the minute. |
| second | Numerical value, from 0 to 59, that indicates the second. |
| second | Numerical value, from 0 to 999, that indicates the millisecond. |
This structure extends RTCTime to show the time up to millisecond accuracy.
It shows the hours, minutes, seconds, and milliseconds.
RTCTime,
RTC_GetDateTimeExFromSWClock
2008/04/17 Initial version.
CONFIDENTIAL