BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

tx_config_params_t Struct Reference

tx_config_params_t Struct Reference

TX configuration parameters. More...

#include <lora_phy_ds.h>

Data Fields

uint8_t channel
 The TX channel.
int8_t datarate
 The TX datarate.
int8_t tx_power
 The TX power.
float max_eirp
 The Max EIRP, if applicable.
float antenna_gain
 The antenna gain, if applicable.
uint16_t pkt_len
 The frame length to set up.

Detailed Description

TX configuration parameters.

Definition at line 564 of file lora_phy_ds.h.


Field Documentation

float antenna_gain

The antenna gain, if applicable.

Definition at line 585 of file lora_phy_ds.h.

uint8_t channel

The TX channel.

Definition at line 569 of file lora_phy_ds.h.

int8_t datarate

The TX datarate.

Definition at line 573 of file lora_phy_ds.h.

float max_eirp

The Max EIRP, if applicable.

Definition at line 581 of file lora_phy_ds.h.

uint16_t pkt_len

The frame length to set up.

Definition at line 589 of file lora_phy_ds.h.

int8_t tx_power

The TX power.

Definition at line 577 of file lora_phy_ds.h.