BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

link_adr_params_s Struct Reference

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 631 of file lora_phy_ds.h.


Field Documentation

uint8_t ch_mask_ctrl

Channels mask control field.

Definition at line 648 of file lora_phy_ds.h.

uint16_t channel_mask

Channels mask field.

Definition at line 652 of file lora_phy_ds.h.

int8_t datarate

Datarate.

Definition at line 640 of file lora_phy_ds.h.

uint8_t nb_rep

The number of repetitions.

Definition at line 636 of file lora_phy_ds.h.

int8_t tx_power

TX power.

Definition at line 644 of file lora_phy_ds.h.