|
Contiki 2.5
|
Implementation of the clock functions for the 8051 CPUMore...
Go to the source code of this file.
Macros | |
| #define | TICK_VAL (32768/128) |
| TODO: Implement clock_fine() and clock_fine_max_ticks() using another timer? | |
Functions | |
| void | clock_delay (unsigned int len) |
| One delay is about 0.6 us, so this function delays for len * 0.6 us. More... | |
| void | clock_wait (int i) |
| Wait for a multiple of ~8 ms (a tick) | |
| clock_time_t | clock_time (void) |
| Get the current clock time. More... | |
| void | clock_init (void) |
| Initialize the clock library. More... | |
Implementation of the clock functions for the 8051 CPU
Definition in file clock.c.
1.8.3.1