#include "../time.h"
#include <config.h>
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | TICK_IN_MS 1 |
timer tick in ms. More... | |
#define | TICKS_PER_SEC 1000 |
number of mS tics in 1Sec. More... | |
#define | SECS_TO_TICKS(a) ((a)*TICKS_PER_SEC) |
conv. Sec's to TICKs. More... | |
#define | MSECS_TO_TICKS(a) ((a)/TICK_IN_MS) |
conv. mSec's to TICKs. More... | |
Typedefs | |
typedef unsigned long | time_t |
time type. More... | |
Variables | |
volatile time_t | sys_time |
current system time. More... |
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.
|
|
current system time.
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |