Contiki 3.x
|
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) |
We don't need to explicitly initialise anything but this routine is required by the API. More... | |
void | rtimer_arch_schedule (rtimer_clock_t t) |
Schedules an rtimer task to be triggered at time t. More... | |
Native (non-specific) code for the Contiki real-time module rt
Definition in file rtimer-arch.c.