#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.
#define MSECS_TO_TICKS | ( | a | ) | ((a)/TICK_IN_MS) |
#define SECS_TO_TICKS | ( | a | ) | ((a)*TICKS_PER_SEC) |
typedef unsigned long time_t |
time_t get_system_up_time | ( | void | ) |
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2005 by the authors. |