My climat station
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 530 of file lora_phy_ds.h.
Field Documentation
| float antenna_gain |
The antenna gain, if applicable.
Definition at line 551 of file lora_phy_ds.h.
| uint8_t channel |
The TX channel.
Definition at line 535 of file lora_phy_ds.h.
| int8_t datarate |
The TX datarate.
Definition at line 539 of file lora_phy_ds.h.
| float max_eirp |
The Max EIRP, if applicable.
Definition at line 547 of file lora_phy_ds.h.
| uint16_t pkt_len |
The frame length to set up.
Definition at line 555 of file lora_phy_ds.h.
| int8_t tx_power |
The TX power.
Definition at line 543 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 14:26:53 by
1.7.2
Gleb Klochkov