TX configuration parameters. More...
#include <lora_phy_ds.h>
Data Fields | |
uint8_t | channel |
The TX channel. More... | |
int8_t | datarate |
The TX datarate. More... | |
int8_t | tx_power |
The TX power. More... | |
float | max_eirp |
The Max EIRP, if applicable. More... | |
float | antenna_gain |
The antenna gain, if applicable. More... | |
uint16_t | pkt_len |
The frame length to set up. More... | |
TX configuration parameters.
Definition at line 275 of file lora_phy_ds.h.
float antenna_gain |
The antenna gain, if applicable.
Definition at line 295 of file lora_phy_ds.h.
uint8_t channel |
The TX channel.
Definition at line 279 of file lora_phy_ds.h.
int8_t datarate |
The TX datarate.
Definition at line 283 of file lora_phy_ds.h.
float max_eirp |
The Max EIRP, if applicable.
Definition at line 291 of file lora_phy_ds.h.
uint16_t pkt_len |
The frame length to set up.
Definition at line 299 of file lora_phy_ds.h.
int8_t tx_power |
The TX power.
Definition at line 287 of file lora_phy_ds.h.