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.
Fork of OmniWheels by
adr_req_params_t Struct Reference
This structure contains parameters for ADR request coming from network server. More...
#include <lora_phy_ds.h>
Data Fields | |
uint8_t * | payload |
uint8_t | payload_size |
uint8_t | ul_dwell_time |
bool | adr_enabled |
int8_t | current_datarate |
int8_t | current_tx_power |
uint8_t | current_nb_rep |
Detailed Description
This structure contains parameters for ADR request coming from network server.
Definition at line 596 of file lora_phy_ds.h.
Field Documentation
bool adr_enabled |
Set to true, if ADR is enabled.
Definition at line 613 of file lora_phy_ds.h.
int8_t current_datarate |
The current datarate.
Definition at line 617 of file lora_phy_ds.h.
uint8_t current_nb_rep |
The current number of repetitions.
Definition at line 625 of file lora_phy_ds.h.
int8_t current_tx_power |
The current TX power.
Definition at line 621 of file lora_phy_ds.h.
uint8_t* payload |
A pointer to the payload containing the MAC commands.
Definition at line 601 of file lora_phy_ds.h.
uint8_t payload_size |
The size of the payload.
Definition at line 605 of file lora_phy_ds.h.
uint8_t ul_dwell_time |
The uplink dwell time.
Definition at line 609 of file lora_phy_ds.h.
Generated on Fri Jul 22 2022 04:54:11 by
