Lines Matching full:clock
2 * \defgroup clock Clock interface
4 * The clock interface is the interface between the \ref timer "timer library"
5 * and the platform specific clock functionality. The clock
9 * The clock interface does only one this: it measures time. The clock
50 * $Id: clock.h,v 1.3 2006/06/11 21:46:39 adam Exp $
55 #include "clock-arch.h"
58 * Initialize the clock library.
60 * This function initializes the clock library and should be called
67 * Get the current clock time.
69 * This function returns the current system clock time.
71 * \return The current clock time, measured in system ticks.
76 * A second, measured in system clock time.