The type describing the modulation parameters for every packet types. More...
#include <sx126x_ds.h>
Data Fields | |
| radio_modems_t | modem_type |
| Packet to which the modulation parameters are referring to. More... | |
| struct { | |
| } | params |
| Holds the modulation parameters structure. More... | |
| lora_spread_factors_t | spreading_factor |
| Spreading Factor for the LoRa modulation. More... | |
| lora_bandwidths_t | bandwidth |
| Bandwidth for the LoRa modulation. More... | |
| lora_coding_tates_t | coding_rate |
| Coding rate for the LoRa modulation. More... | |
| uint8_t | low_datarate_optimization |
| Indicates if the modem uses the low datarate optimization. More... | |
The type describing the modulation parameters for every packet types.
Definition at line 557 of file sx126x_ds.h.
| lora_bandwidths_t bandwidth |
Bandwidth for the LoRa modulation.
Definition at line 570 of file sx126x_ds.h.
| lora_coding_tates_t coding_rate |
Coding rate for the LoRa modulation.
Definition at line 571 of file sx126x_ds.h.
| uint8_t low_datarate_optimization |
Indicates if the modem uses the low datarate optimization.
Definition at line 572 of file sx126x_ds.h.
Packet to which the modulation parameters are referring to.
Definition at line 558 of file sx126x_ds.h.
| struct { ... } params |
Holds the modulation parameters structure.
| lora_spread_factors_t spreading_factor |
Spreading Factor for the LoRa modulation.
Definition at line 569 of file sx126x_ds.h.