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.
backoff_params_s Struct Reference
#include <lora_phy_ds.h>
Data Fields | |
bool | joined |
Set to true, if the node has already joined a network, otherwise false. | |
bool | last_tx_was_join_req |
set to true, if the last uplink was a join request. | |
bool | dc_enabled |
Set to true, if the duty cycle is enabled, otherwise false. | |
uint8_t | channel |
The current channel index. | |
lorawan_time_t | elapsed_time |
Elapsed time since the start of the node. | |
lorawan_time_t | tx_toa |
Time-on-air of the last transmission. |
Detailed Description
The parameter structure for the function RegionCalcBackOff.
Definition at line 775 of file lora_phy_ds.h.
Field Documentation
uint8_t channel |
The current channel index.
Definition at line 792 of file lora_phy_ds.h.
bool dc_enabled |
Set to true, if the duty cycle is enabled, otherwise false.
Definition at line 788 of file lora_phy_ds.h.
Elapsed time since the start of the node.
Definition at line 796 of file lora_phy_ds.h.
bool joined |
Set to true, if the node has already joined a network, otherwise false.
Definition at line 780 of file lora_phy_ds.h.
bool last_tx_was_join_req |
set to true, if the last uplink was a join request.
Definition at line 784 of file lora_phy_ds.h.
Time-on-air of the last transmission.
Definition at line 800 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 12:22:42 by
