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 |
| [ticks] Timer delay | |
| ticks_t | tick |
| [ticks] When this timer will expire | |
| 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 233 of file timer.h.
The documentation for this struct was generated from the following file:
