Contiki-NG
Loading...
Searching...
No Matches
rtimer.c File Reference

Implementation of the architecture-agnostic parts of the real-time timer module. More...

#include "sys/rtimer.h"
#include "contiki.h"
#include "sys/log.h"

Go to the source code of this file.

Functions

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.
 
void rtimer_run_next (void)
 Execute the next real-time task and schedule the next task, if any.
 

Detailed Description

Implementation of the architecture-agnostic parts of the real-time timer module.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file rtimer.c.