![]() |
Contiki-NG
|
Native (non-specific) code for the Contiki real-time module rt. More...
#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. | |
| void | rtimer_arch_schedule (rtimer_clock_t t) |
| Schedules an rtimer task to be triggered at time t. | |
Native (non-specific) code for the Contiki real-time module rt.
Definition in file rtimer-arch.c.