RTCTime

Definitions

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

Elements

hour Numerical value 0 – 23 that indicates the hour
minute Numerical value 0 – 59 that indicates the minute
second Numerical value 0 – 59 that indicates the second

Description

This data structure describes the real time clock's time. It shows the hours, minutes, and seconds.

See Also

RTCDate

Revision History

12/05/2005 Changed the description of the time representation.
08/19/2004 Changed the description due to adopting a fixed time representation.
07/01/2004 Changed the description due to unification of the time representation.
05/18/2004 Initial version.

CONFIDENTIAL