![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <devices.h>
Data Fields | |
| TIMER_DEVICE * | timer |
| Timer device this waiter belongs to. | |
| timer_cb | callback |
| Callback function to call when event occurs. | |
| void * | data |
| Pointer to pass to the callback function when event occurs. | |
| TIMER_WAITER * | prev |
| Previous event in the list. | |
| TIMER_WAITER * | next |
| Next event in the list. | |
| TIMER_DEVICE* timer |
Timer device this waiter belongs to.
| timer_cb callback |
Callback function to call when event occurs.
| void* data |
Pointer to pass to the callback function when event occurs.
| TIMER_WAITER* prev |
Previous event in the list.
| TIMER_WAITER* next |
Next event in the list.