| Contiki-Inga 3.x
    | 
MSP430-specific rtimer codeMore...
#include "contiki.h"#include "sys/energest.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) | 
| We don't need to explicitly initialise anything but this routine is required by the API.  More... | |
| rtimer_clock_t | rtimer_arch_now (void) | 
| Returns the current real-time clock time.  More... | |
| void | rtimer_arch_schedule (rtimer_clock_t t) | 
| Schedules an rtimer task to be triggered at time t.  More... | |
MSP430-specific rtimer code
Definition in file rtimer-arch.c.
 1.8.3.1
 1.8.3.1