#include <config.h>
Include dependency graph for time.h:
Go to the source code of this file.
Defines | |
#define | TICK_IN_MS 1 |
timer tick in ms | |
#define | TICKS_PER_SEC 1000 |
number of mS tics in 1Sec | |
#define | SECS_TO_TICKS(a) ((a)*TICKS_PER_SEC) |
conv. Sec's to TICKs | |
#define | MSECS_TO_TICKS(a) ((a)/TICK_IN_MS) |
conv. mSec's to TICKs | |
Typedefs | |
typedef unsigned long | time_t |
time type | |
Functions | |
time_t | get_system_up_time (void) |
Definition in file time.h.
|
conv. mSec's to TICKs
|
|
conv. Sec's to TICKs
|
|
timer tick in ms
|
|
number of mS tics in 1Sec
|
|
time type
|
|
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |