Lines Matching full:clock
3 <title>uIP 1.0: Clock interface</title>
16 <h1>Clock interface</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
17 The clock interface is the interface between the <a class="el" href="a00156.html">timer library</a>…
19 The clock interface must be implemented for each platform that uses the <a class="el" href="a00156.…
20 The clock interface does only one this: it measures time. The clock interface provides a macro, CLO…
27 …nchor" name="ge3ced0551b26c9b99cb45a86f34d100a"></a><!-- doxytag: member="clock::CLOCK_SECOND" ref…
30 <tr><td class="mdescLeft"> </td><td class="mdescRight">A second, measured in system clock time…
34 <tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize the clock library. <a href=…
37 <tr><td class="mdescLeft"> </td><td class="mdescRight">Get the current clock time. <a href="#…
40 <a class="anchor" name="g78ab77b57cf2e00089f0a3a22508524c"></a><!-- doxytag: member="clock.h::clock…
65 Initialize the clock library.
67 This function initializes the clock library and should be called from the main() function of the sy…
70 <a class="anchor" name="ge5b7160f2e653725ba5e2024c3cb7bff"></a><!-- doxytag: member="clock.h::clock…
95 Get the current clock time.
97 This function returns the current system clock time.<p>
98 <dl compact><dt><b>Returns:</b></dt><dd>The current clock time, measured in system ticks. </dd></dl>