Header file for the real-time timer module.
More...
#include "contiki-conf.h"
#include "rtimer-arch.h"
Go to the source code of this file.
|
void | rtimer_init (void) |
| Initialize the real-time scheduler. More...
|
|
int | rtimer_set (struct rtimer *task, rtimer_clock_t time, rtimer_clock_t duration, rtimer_callback_t func, void *ptr) |
| Post a real-time task. More...
|
|
void | rtimer_run_next (void) |
| Execute the next real-time task and schedule the next task, if any. More...
|
|
Header file for the real-time timer module.
- Author
- Adam Dunkels adam@.nosp@m.sics.nosp@m..se
Definition in file rtimer.h.