1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>RTCTime</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">RTCTime <img src="../image/NTR.gif" align="middle"><img src="../image/TWL.gif" align="middle"></h1> 15 16<h2>Definition</h2> 17 18<dl> 19 <dd> 20<CODE>#include <nitro/rtc.h></CODE><BR> 21 <PRE><CODE>typedef struct { 22 u32 hour; 23 u32 minute; 24 u32 second; 25} RTCTime;</CODE></PRE> 26 </dd> 27 28</dl><h2>Elements</h2> 29<TABLE border="1" width="100%"> 30 <TBODY> 31 <TR> 32 <TD width="300"><em><strong><font face="Courier New">hour</font></strong></em></TD> 33 <TD width="700">Numerical value, from 0 to 23, that indicates the hour.</TD> 34 </TR> 35 <TR> 36 <TD><em><strong><font face="Courier New">minute</font></strong></em></TD> 37 <TD>Numerical value, from 0 to 59, that indicates the minute.</TD> 38 </TR> 39 <TR> 40 <TD><em><strong><font face="Courier New">second</font></strong></em></TD> 41 <TD>Numerical value, from 0 to 59, that indicates the second.</TD> 42 </TR> 43 </TBODY> 44</TABLE> 45 46<H2>Description</H2> 47<P>This data structure describes the real-time clock's time. It shows the hours, minutes, and seconds.</P> 48 49<h2>See Also</h2> 50<P><CODE><A href="RTCDate.html">RTCDate</A></CODE></P> 51 52<H2>Revision History</H2> 53<P> 542005/12/05 Changed the description of the time notation. <BR>2004/08/19 Changed descriptions due to a fixed time notation. <BR>2004/07/01 Changed descriptions due to standardization of the time notation. <BR>2004/05/18 Initial version.<BR> 55</P> 56<hr><p>CONFIDENTIAL</p></body> 57</html> 58