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

MSP430-specific rtimer code for MSP430X. More...

#include "contiki.h"
#include "sys/rtimer.h"
#include "sys/process.h"
#include "dev/watchdog.h"
#include "isr_compat.h"

Go to the source code of this file.

Functions

void rtimer_arch_init (void)
 Initialized the architecture-dependent part of rtimer.
 
rtimer_clock_t rtimer_arch_now (void)
 Returns the current real-time clock time.
 
void rtimer_arch_schedule (rtimer_clock_t t)
 Schedules an rtimer task to be triggered at time t.
 

Detailed Description

MSP430-specific rtimer code for MSP430X.

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

Definition in file rtimer-arch.c.