Timer Struct Reference
The timer driver supports multiple synchronous timers that can trigger an event when they expire. More...
#include <timer.h>
Data Fields | |
| Node | link |
| Link into timers queue. | |
| ticks_t | _delay |
| Timer delay in ms. | |
| ticks_t | tick |
| Timer will expire at this tick. | |
| Event | expire |
| Event to execute when the timer expires. | |
Detailed Description
The timer driver supports multiple synchronous timers that can trigger an event when they expire.
- See also:
- timer_add()
Definition at line 206 of file timer.h.
The documentation for this struct was generated from the following file:
