Timer object description. More...
#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 | |