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.
Fork of OmniWheels by
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.
Generated on Fri Jul 22 2022 04:54:15 by
1.7.2
