Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_TIMER_WAITER Struct Reference

#include <devices.h>

Data Fields

TIMER_DEVICEtimer
 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_WAITERprev
 Previous event in the list.
TIMER_WAITERnext
 Next event in the list.

Field Documentation

◆ timer

TIMER_DEVICE* timer

Timer device this waiter belongs to.

◆ callback

timer_cb callback

Callback function to call when event occurs.

◆ data

void* data

Pointer to pass to the callback function when event occurs.

◆ prev

TIMER_WAITER* prev

Previous event in the list.

◆ next

TIMER_WAITER* next

Next event in the list.


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