|
Contiki-Inga 3.x
|
This file contains AVR-specific code to implement the Contiki core clock functions. More...
#include "sys/clock.h"#include "dev/clock-avr.h"#include "sys/etimer.h"#include <avr/io.h>#include <avr/interrupt.h>Go to the source code of this file.
Variables | |
<<<<<<< HEADstaticvolatileclock_time_tcount;=======staticvolatileclock_time_tcount;staticvolatileuint8_tscount;> >>>>> Adjust sleep time by ticks instead of | seconds |
| These routines define the AVR-specific calls declared in /core/sys/clock.h CLOCK_SECOND is the number of ticks per second. More... | |
This file contains AVR-specific code to implement the Contiki core clock functions.
Definition in file clock.c.BACKUP.2341.c.
1.8.3.1