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
link_adr_params_s Struct Reference
Structure containing data for local ADR settings. More...
#include <lora_phy_ds.h>
Data Fields | |
uint8_t | nb_rep |
The number of repetitions. | |
int8_t | datarate |
Datarate. | |
int8_t | tx_power |
TX power. | |
uint8_t | ch_mask_ctrl |
Channels mask control field. | |
uint16_t | channel_mask |
Channels mask field. |
Detailed Description
Structure containing data for local ADR settings.
Definition at line 341 of file lora_phy_ds.h.
Field Documentation
uint8_t ch_mask_ctrl |
Channels mask control field.
Definition at line 357 of file lora_phy_ds.h.
uint16_t channel_mask |
Channels mask field.
Definition at line 361 of file lora_phy_ds.h.
int8_t datarate |
Datarate.
Definition at line 349 of file lora_phy_ds.h.
uint8_t nb_rep |
The number of repetitions.
Definition at line 345 of file lora_phy_ds.h.
int8_t tx_power |
TX power.
Definition at line 353 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 13:55:32 by
