RTCTimeEx

Definition

#include <nitro/rtc.h>
typedef struct {
         u32        hour;
         u32        minute;
         u32        second;
         u32        millisecond;
} RTCTimeEx;

Elements

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.

Description

This structure extends RTCTime to show the time up to millisecond accuracy.
It shows the hours, minutes, seconds, and milliseconds.

See Also

RTCTime, RTC_GetDateTimeExFromSWClock

Revision History

2008/04/17 Initial version.


CONFIDENTIAL