Lines Matching full:timer

3 <title>uIP 1.0: uip/timer.h Source File</title>
21 <h1>uip/timer.h</h1><a href="a00130.html">Go to the documentation of this file.</a><div class="frag…
22 <a name="l00002"></a>00002 <span class="comment"> * \defgroup timer Timer library</span>
24 <a name="l00004"></a>00004 <span class="comment"> * The timer library provides functions for settin…
25 <a name="l00005"></a>00005 <span class="comment"> * restarting timers, and for checking if a timer
29 <a name="l00009"></a>00009 <span class="comment"> * A timer is declared as a \c struct \c timer and…
30 <a name="l00010"></a>00010 <span class="comment"> * timer is made by a pointer to the declared time…
32 <a name="l00012"></a>00012 <span class="comment"> * \note The timer library uses the \ref clock "Cl…
42 <a name="l00022"></a>00022 <span class="comment"> * Timer library header file.</span>
79 <a name="l00059"></a>00059 <span class="comment"> * $Id: timer.h,v 1.3 2006/06/11 21:46:39 adam Exp…
87 <a name="l00067"></a>00067 <span class="comment"> * A timer.</span>
89 …069 <span class="comment"> * This structure is used for declaring a timer. The timer must be set</…
94 ….html">00074</a> <span class="keyword">struct </span><a class="code" href="a00087.html">timer</a> {
99 …a>(<span class="keyword">struct</span> <a class="code" href="a00087.html">timer</a> *t, clock_time…
100 …mer_reset</a>(<span class="keyword">struct</span> <a class="code" href="a00087.html">timer</a> *t);
101 …r_restart</a>(<span class="keyword">struct</span> <a class="code" href="a00087.html">timer</a> *t);
102 …r_expired</a>(<span class="keyword">struct</span> <a class="code" href="a00087.html">timer</a> *t);