#include <lora_phy_ds.h>
Data Fields | |
uint8_t | channel |
int8_t | datarate |
int8_t | tx_power |
float | max_eirp |
float | antenna_gain |
uint16_t | timeout |
The parameter structure for the function RegionContinuousWave.
Definition at line 456 of file lora_phy_ds.h.
float antenna_gain |
The antenna gain, if applicable.
Definition at line 476 of file lora_phy_ds.h.
uint8_t channel |
The current channel index.
Definition at line 460 of file lora_phy_ds.h.
int8_t datarate |
The datarate. Used to limit the TX power.
Definition at line 464 of file lora_phy_ds.h.
float max_eirp |
The max EIRP, if applicable.
Definition at line 472 of file lora_phy_ds.h.
uint16_t timeout |
Specifies the time the radio will stay in CW mode.
Definition at line 480 of file lora_phy_ds.h.
int8_t tx_power |
The TX power to set up.
Definition at line 468 of file lora_phy_ds.h.