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.
Dependents: SX126xDevKit SX1262PingPong SX126X_TXonly SX126X_PingPong_Demo ... more
Fork of SX126xLib by
ModulationParams_t Struct Reference
The type describing the modulation parameters for every packet types. More...
#include <sx126x.h>
Data Fields | |
RadioPacketTypes_t | PacketType |
Packet to which the modulation parameters are referring to. | |
struct { | |
} | Params |
Holds the modulation parameters structure. | |
RadioLoRaSpreadingFactors_t | SpreadingFactor |
Spreading Factor for the LoRa modulation. | |
RadioLoRaBandwidths_t | Bandwidth |
Bandwidth for the LoRa modulation. | |
RadioLoRaCodingRates_t | CodingRate |
Coding rate for the LoRa modulation. | |
uint8_t | LowDatarateOptimize |
Indicates if the modem uses the low datarate optimization. |
Detailed Description
The type describing the modulation parameters for every packet types.
Definition at line 515 of file sx126x.h.
Field Documentation
RadioLoRaBandwidths_t Bandwidth |
RadioLoRaCodingRates_t CodingRate |
uint8_t LowDatarateOptimize |
RadioPacketTypes_t PacketType |
struct { ... } Params |
Holds the modulation parameters structure.
RadioLoRaSpreadingFactors_t SpreadingFactor |
Generated on Tue Jul 12 2022 15:50:44 by
