Loading...
Searching...
No Matches
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
 

Field Documentation

◆ cb

void(* TimerEvent_s::cb) (void)

callback to call when timer timeout

Definition at line 42 of file timer.h.

◆ dev

ztimer_t TimerEvent_s::dev

ztimer instance attached to this LoRaMAC timer

Definition at line 40 of file timer.h.

◆ msg

msg_t TimerEvent_s::msg

message attacher to this LoRaMAC timer

Definition at line 41 of file timer.h.

◆ running

uint8_t TimerEvent_s::running

Check if timer is running.

Definition at line 39 of file timer.h.

◆ timeout

uint32_t TimerEvent_s::timeout

Timer timeout in us.

Definition at line 38 of file timer.h.


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