|
Contiki 2.5
|
Header file for system_timer APIs. More...
Go to the source code of this file.
Functions | |
| int16u | halInternalStartSystemTimer (void) |
| Initializes the system tick. More... | |
| int16u | halCommonGetInt16uMillisecondTick (void) |
| Returns the current system time in system ticks, as a 16-bit value. More... | |
| int32u | halCommonGetInt32uMillisecondTick (void) |
| Returns the current system time in system ticks, as a 32-bit value. More... | |
| int16u | halCommonGetInt16uQuarterSecondTick (void) |
| Returns the current system time in quarter second ticks, as a 16-bit value. More... | |
Header file for system_timer APIs.
Definition in file system-timer.h.
1.8.3.1