|
WISP ERT (Client)
1.0.0
The WISP Extended Runtime (WISP side)
|
WIO timer type. More...
#include <timer.h>
Data Fields | |
| bool | flag |
| In use flag. More... | |
| void * | cb_data |
| Callback closure data. More... | |
| wio_callback_t | cb |
| Callback function. More... | |
| uint32_t | _time |
| Trigger time. More... | |
| struct wio_timer * | _prev |
| Previous timer. More... | |
| struct wio_timer * | _next |
| Next timer. More... | |
WIO timer type.
| struct wio_timer* _next |
Next timer.
| struct wio_timer* _prev |
Previous timer.
| uint32_t _time |
Trigger time.
Callback function.
| void* cb_data |
Callback closure data.
| bool flag |
In use flag.