BeRTOS
Data Fields
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()
timer_abort()

Definition at line 263 of file timer.h.


The documentation for this struct was generated from the following file: