![]() |
EVE 1.0
|
#include "sys/clock.h"
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) |
Second timer library header file.
Definition in file stimer.h.