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.
continuous_wave_mode_params_s Struct Reference
#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 |
Detailed Description
The parameter structure for the function RegionContinuousWave.
Definition at line 1046 of file lora_phy_ds.h.
Field Documentation
float antenna_gain |
The antenna gain, if applicable.
Definition at line 1067 of file lora_phy_ds.h.
uint8_t channel |
The current channel index.
Definition at line 1051 of file lora_phy_ds.h.
int8_t datarate |
The datarate. Used to limit the TX power.
Definition at line 1055 of file lora_phy_ds.h.
float max_eirp |
The max EIRP, if applicable.
Definition at line 1063 of file lora_phy_ds.h.
uint16_t timeout |
Specifies the time the radio will stay in CW mode.
Definition at line 1071 of file lora_phy_ds.h.
int8_t tx_power |
The TX power to set up.
Definition at line 1059 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 13:32:48 by
