Lines Matching full:clock
3 <title>uIP 1.0: uip/clock.h Source File</title>
21 <h1>uip/clock.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span cl…
22 <a name="l00002"></a>00002 <span class="comment"> * \defgroup clock Clock interface</span>
24 <a name="l00004"></a>00004 <span class="comment"> * The clock interface is the interface between th…
25 …></a>00005 <span class="comment"> * and the platform specific clock functionality. The clock</span>
29 …0009"></a>00009 <span class="comment"> * The clock interface does only one this: it measures time.…
70 <a name="l00050"></a>00050 <span class="comment"> * $Id: clock.h,v 1.3 2006/06/11 21:46:39 adam Exp…
75 <a name="l00055"></a>00055 <span class="preprocessor">#include "clock-arch.h"</span>
78 <a name="l00058"></a>00058 <span class="comment"> * Initialize the clock library.</span>
80 <a name="l00060"></a>00060 <span class="comment"> * This function initializes the clock library and…
87 <a name="l00067"></a>00067 <span class="comment"> * Get the current clock time.</span>
89 <a name="l00069"></a>00069 <span class="comment"> * This function returns the current system clock …
91 <a name="l00071"></a>00071 <span class="comment"> * \return The current clock time, measured in sys…
96 <a name="l00076"></a>00076 <span class="comment"> * A second, measured in system clock time.</span>