Contiki 3.x
Functions
rtimer-arch.c File Reference

PIC32MX RTIMER routines. More...

#include <pic32_timer.h>
#include "contiki.h"
#include <sys/rtimer.h>
#include <sys/clock.h>
#include <stdio.h>
#include <p32xxxx.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...
 

Detailed Description

PIC32MX RTIMER routines.

Author
Giovanni Pellerano giova.nosp@m.nni..nosp@m.pelle.nosp@m.rano.nosp@m.@evil.nosp@m.aliv.nosp@m.3.org
Date
2012-04-11

Definition in file rtimer-arch.c.