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>RTC_GetSWClockTick</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">RTC_GetSWClockTick <img src="../image/NTR.gif" align="middle"><img src="../image/TWL.gif" align="middle"></h1> 15 16<h2>Syntax</h2> 17 18<dl> 19 <dd> 20<CODE>#include <nitro/rtc.h></CODE><BR> 21<PRE><CODE>OSTick RTC_GetSWClockTick( void );</CODE></PRE> 22 </dd> 23 24</dl><h2>Arguments</h2> 25<p>None.</p> 26 27<h2>Return Values</h2> 28<p> 29Returns the total number of ticks that have elapsed since 12:00am on January 1, 2000, as calculated by the software clock.<BR>Returns 0 if the last software clock synchronization failed. 30</p> 31 32<H2>Description</H2> 33<P> 34Returns an <CODE>OSTick</CODE> (<CODE>u64</CODE>) value for the total number of ticks that have elapsed since 12:00am on January 1, 2000, as calculated by the software clock. 35</P> 36<P> 37Returns 0 if the last call to the <code><A href="RTC_SyncSWClock.html">RTC_SyncSWClock</A></code> function failed. 38</P> 39 40<h2>See Also</h2> 41<P><CODE><A href="RTC_SyncSWClock.html">RTC_SyncSWClock</A></CODE></P> 42 43<H2>Revision History</H2> 44<P> 452008/04/17 Initial version. 46</P> 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49