![]() |
SX126x-Arduino
2.0.1
|
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. More... | |
struct { | |
struct { | |
uint32_t BitRate | |
uint32_t Fdev | |
RadioModShapings_t ModulationShaping | |
uint8_t Bandwidth | |
} Gfsk | |
struct { | |
RadioLoRaSpreadingFactors_t SpreadingFactor | |
Spreading Factor for the LoRa modulation. More... | |
RadioLoRaBandwidths_t Bandwidth | |
Bandwidth for the LoRa modulation. More... | |
RadioLoRaCodingRates_t CodingRate | |
Coding rate for the LoRa modulation. More... | |
uint8_t LowDatarateOptimize | |
Indicates if the modem uses the low datarate optimization. More... | |
} LoRa | |
} | Params |
Holds the modulation parameters structure. More... | |
The type describing the modulation parameters for every packet types.
RadioPacketTypes_t ModulationParams_t::PacketType |
Packet to which the modulation parameters are referring to.
uint32_t ModulationParams_t::BitRate |
uint32_t ModulationParams_t::Fdev |
RadioModShapings_t ModulationParams_t::ModulationShaping |
uint8_t ModulationParams_t::Bandwidth |
struct { ... } ModulationParams_t::Gfsk |
RadioLoRaSpreadingFactors_t ModulationParams_t::SpreadingFactor |
Spreading Factor for the LoRa modulation.
RadioLoRaBandwidths_t ModulationParams_t::Bandwidth |
Bandwidth for the LoRa modulation.
RadioLoRaCodingRates_t ModulationParams_t::CodingRate |
Coding rate for the LoRa modulation.
uint8_t ModulationParams_t::LowDatarateOptimize |
Indicates if the modem uses the low datarate optimization.
struct { ... } ModulationParams_t::LoRa |
struct { ... } ModulationParams_t::Params |
Holds the modulation parameters structure.