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 716 of file lora_phy_ds.h.
Field Documentation
float antenna_gain |
The antenna gain, if applicable.
Definition at line 737 of file lora_phy_ds.h.
uint8_t channel |
The current channel index.
Definition at line 721 of file lora_phy_ds.h.
int8_t datarate |
The datarate. Used to limit the TX power.
Definition at line 725 of file lora_phy_ds.h.
float max_eirp |
The max EIRP, if applicable.
Definition at line 733 of file lora_phy_ds.h.
uint16_t timeout |
Specifies the time the radio will stay in CW mode.
Definition at line 741 of file lora_phy_ds.h.
int8_t tx_power |
The TX power to set up.
Definition at line 729 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 12:33:26 by
