TimerEvent_s Struct Reference

Timer object description. More...

Detailed Description

Timer object description.

Definition at line 37 of file timer.h.

#include <timer.h>

Data Fields

uint32_t timeout
 Timer timeout in us.
 
uint8_t running
 Check if timer is running.
 
ztimer_t dev
 ztimer instance attached to this LoRaMAC timer
 
msg_t msg
 message attacher to this LoRaMAC timer
 
void(* cb )(void)
 callback to call when timer timeout
 

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