BeRTOS
|
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. |
The timer driver supports multiple synchronous timers that can trigger an event when they expire.