RTCTime

Definition

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

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.

Description

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

See Also

RTCDate

Revision History

2005/12/05 Changed the description of the time notation.
2004/08/19 Changed descriptions due to a fixed time notation.
2004/07/01 Changed descriptions due to standardization of the time notation.
2004/05/18 Initial version.


CONFIDENTIAL