SX126x-Arduino  2.0.1
Data Fields
TimerEvent_s Struct Reference

Timer object description. More...

#include <timer.h>

Data Fields

uint8_t timerNum
 
bool oneShot = true
 
uint32_t Timestamp
 
uint32_t ReloadValue = 10000
 
bool IsRunning
 
void(* Callback )(void)
 
struct TimerEvent_sNext
 

Detailed Description

Timer object description.

Examples
LoRaWanPio\src\main.cpp.

Field Documentation

◆ timerNum

uint8_t TimerEvent_s::timerNum

Used with ESP32 MCU 1 for TX, 2 for RX

Examples
LoRaWanPio\src\main.cpp.

◆ oneShot

bool TimerEvent_s::oneShot = true

True if it is a one shot timer

◆ Timestamp

uint32_t TimerEvent_s::Timestamp

Current timer value

◆ ReloadValue

uint32_t TimerEvent_s::ReloadValue = 10000

Timer delay value

◆ IsRunning

bool TimerEvent_s::IsRunning

Is the timer currently running

◆ Callback

void(* TimerEvent_s::Callback) (void)

Timer IRQ callback function

◆ Next

struct TimerEvent_s* TimerEvent_s::Next

Pointer to the next Timer object.


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