Contiki 3.x
|
Implementation of the clock functions for the cc243xMore...
Go to the source code of this file.
Functions | |
void | clock_delay_usec (uint16_t len) |
Each iteration is ~1.0xy usec, so this function delays for roughly len usec. More... | |
void | clock_wait (clock_time_t i) |
Wait for a multiple of ~8 ms (a tick) More... | |
CCIF clock_time_t | clock_time (void) |
Get the current clock time. More... | |
CCIF unsigned long | clock_seconds (void) |
Get the current value of the platform seconds. More... | |
void | clock_init (void) |
Initialize the clock library. More... | |
Implementation of the clock functions for the cc243x
Definition in file clock.c.