Timer object description.  
 More...
Timer object description. 
Definition at line 36 of file timer.h.
 
#include <timer.h>
 | 
| 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  
  | 
|   | 
◆ cb
      
        
          | void(* TimerEvent_s::cb) (void) | 
        
      
 
callback to call when timer timeout 
Definition at line 41 of file timer.h.
 
 
◆ dev
ztimer instance attached to this LoRaMAC timer 
Definition at line 39 of file timer.h.
 
 
◆ msg
message attacher to this LoRaMAC timer 
Definition at line 40 of file timer.h.
 
 
◆ running
      
        
          | uint8_t TimerEvent_s::running | 
        
      
 
Check if timer is running. 
Definition at line 38 of file timer.h.
 
 
◆ timeout
      
        
          | uint32_t TimerEvent_s::timeout | 
        
      
 
 
The documentation for this struct was generated from the following file:
- pkg/semtech-loramac/include/semtech-loramac/timer.h