EVE 1.0
#include "sys/clock.h"
Include dependency graph for stimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stimer
 

Functions

void stimer_set (struct stimer *t, unsigned long interval)
 
void stimer_reset (struct stimer *t)
 
void stimer_restart (struct stimer *t)
 
int stimer_expired (struct stimer *t)
 
unsigned long stimer_remaining (struct stimer *t)
 
unsigned long stimer_elapsed (struct stimer *t)
 

Detailed Description

Second timer library header file.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se, Nicolas Tsiftes nvt@s.nosp@m.ics..nosp@m.se

Definition in file stimer.h.