Contiki 2.6

rtimer-arch.c File Reference

AVR-specific rtimer code Defaults to Timer3 for those ATMEGAs that have it. More...

#include <avr/io.h>
#include <avr/interrupt.h>
#include <stdio.h>
#include "sys/energest.h"
#include "sys/rtimer.h"
#include "rtimer-arch.h"

Go to the source code of this file.


Detailed Description

AVR-specific rtimer code Defaults to Timer3 for those ATMEGAs that have it.

If Timer3 not present Timer1 will be used.

Author:
Fredrik Osterlind <fros@sics.se> Joakim Eriksson <joakime@sics.se>

Definition in file rtimer-arch.c.