Contiki-NG
Functions

Implementation of the arch-specific rtimer functions for the cc2538. More...

#include "contiki.h"
#include "sys/rtimer.h"
#include "dev/nvic.h"
#include "dev/smwdthrosc.h"
#include "cpu.h"
#include "lpm.h"
#include <stdint.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...
 
void rtimer_arch_schedule (rtimer_clock_t t)
 Schedules an rtimer task to be triggered at time t. More...
 
rtimer_clock_t rtimer_arch_next_trigger (void)
 Get the time of the next scheduled rtimer trigger. More...
 
rtimer_clock_t rtimer_arch_now ()
 Returns the current real-time clock time. More...
 
void rtimer_isr ()
 The rtimer ISR. More...
 

Detailed Description

Implementation of the arch-specific rtimer functions for the cc2538.

Definition in file rtimer-arch.c.