WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
wio_timer_t Struct Reference

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...
 

Detailed Description

WIO timer type.

Field Documentation

◆ _next

struct wio_timer* _next

Next timer.

◆ _prev

struct wio_timer* _prev

Previous timer.

◆ _time

uint32_t _time

Trigger time.

◆ cb

Callback function.

◆ cb_data

void* cb_data

Callback closure data.

◆ flag

bool flag

In use flag.


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