EVE 1.0
timer.c File Reference
#include "contiki-conf.h"
#include "sys/clock.h"
#include "sys/timer.h"
Include dependency graph for timer.c:

Go to the source code of this file.

Functions

void timer_set (struct timer *t, clock_time_t interval)
 
void timer_reset (struct timer *t)
 
void timer_restart (struct timer *t)
 
int timer_expired (struct timer *t)
 
clock_time_t timer_remaining (struct timer *t)
 

Detailed Description

Timer library implementation.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file timer.c.