Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
lorawan_timers Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
lorawan_time_t | aggregated_last_tx_time |
lorawan_time_t | mac_init_time |
lorawan_time_t | tx_toa |
timer_event_t | backoff_timer |
timer_event_t | rx_window1_timer |
timer_event_t | ack_timeout_timer |
Detailed Description
A composite structure containing all the timers used in the LoRaWAN operation
Definition at line 1095 of file lorawan_data_structures.h.
Field Documentation
Acknowledge timeout timer. Used for packet retransmissions.
Definition at line 1128 of file lorawan_data_structures.h.
Aggregated duty cycle management
Definition at line 1099 of file lorawan_data_structures.h.
LoRaMac duty cycle backoff timer
Definition at line 1117 of file lorawan_data_structures.h.
Stores the time at LoRaMac initialization.
- Remarks:
- Used for the BACKOFF_DC computation.
Definition at line 1107 of file lorawan_data_structures.h.
LoRaMac reception windows timers
Definition at line 1122 of file lorawan_data_structures.h.
Last transmission time on air
Definition at line 1112 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 13:55:32 by
