Semtech / SX126xLib

Dependents:   SX126xDevKit SX1262PingPong SX126X_TXonly SX126X_PingPong_Demo ... more

Fork of SX126xLib by Gregory Cristian

Embed: (wiki syntax)

« Back to documentation index

ModulationParams_t Struct Reference

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

Bandwidth for the LoRa modulation.

Definition at line 530 of file sx126x.h.

RadioLoRaCodingRates_t CodingRate

Coding rate for the LoRa modulation.

Definition at line 531 of file sx126x.h.

Indicates if the modem uses the low datarate optimization.

Definition at line 532 of file sx126x.h.

RadioPacketTypes_t PacketType

Packet to which the modulation parameters are referring to.

Definition at line 517 of file sx126x.h.

struct { ... } Params

Holds the modulation parameters structure.

RadioLoRaSpreadingFactors_t SpreadingFactor

Spreading Factor for the LoRa modulation.

Definition at line 529 of file sx126x.h.