|
Contiki-NG
|
Native (non-specific) code for the Contiki real-time module rtMore...
#include <signal.h>#include <sys/time.h>#include <stddef.h>#include "sys/rtimer.h"#include "sys/clock.h"Go to the source code of this file.
Functions | |
| void | rtimer_arch_init (void) |
| Initialized the architecture-dependent part of rtimer. More... | |
| void | rtimer_arch_schedule (rtimer_clock_t t) |
Schedule the call to rtimer_run_next at the time t. More... | |
Native (non-specific) code for the Contiki real-time module rt
Definition in file rtimer-arch.c.
1.8.13