![]() |
Contiki-NG
|
Timer of seconds library implementation. More...
Go to the source code of this file.
Functions | |
| void | stimer_reset (struct stimer *t) |
| Reset the timer with the same interval. | |
| void | stimer_restart (struct stimer *t) |
| Restart the timer from the current point in time. | |
| bool | stimer_expired (struct stimer *t) |
| Check if a timer has expired. | |
| unsigned long | stimer_elapsed (struct stimer *t) |
| The time elapsed since the timer started. | |
Timer of seconds library implementation.
Definition in file stimer.c.