Contiki-NG
rtimer-arch.c File Reference

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. More...
 
void rtimer_arch_schedule (rtimer_clock_t t)
 Schedules an rtimer task to be triggered at time t. More...
 

Detailed Description

Native (non-specific) code for the Contiki real-time module rt.

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

Definition in file rtimer-arch.c.