|
Contiki-Inga 3.x
|
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.
AVR-specific rtimer code
Defaults to Timer3 for those ATMEGAs that have it. If Timer3 not present Timer1 will be used.
Definition in file rtimer-arch.c.
1.8.3.1