71 #include "sys/clock.h"
83 unsigned long interval;
int stimer_expired(struct stimer *t)
Check if a timer has expired.
void stimer_restart(struct stimer *t)
Restart the timer from the current point in time.
void stimer_reset(struct stimer *t)
Reset the timer with the same interval.
void stimer_set(struct stimer *t, unsigned long interval)
Set a timer.
unsigned long stimer_elapsed(struct stimer *t)
The time elapsed since the timer started.
unsigned long stimer_remaining(struct stimer *t)
The time until the timer expires.