Driver for the SX1280 RF Transceiver

Dependents:   SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more

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 <sx1280.h>

Data Fields

RadioPacketTypes_t PacketType
 Packet to which the modulation parameters are referring to.
struct {
Params
 Holds the modulation parameters structure.
RadioGfskBleBitrates_t BitrateBandwidth
 The bandwidth and bit-rate values for BLE and GFSK modulations.
RadioGfskBleModIndexes_t ModulationIndex
 The coding rate for BLE and GFSK modulations.
RadioModShapings_t ModulationShaping
 The modulation shaping for BLE and GFSK modulations.
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.
RadioFlrcBitrates_t BitrateBandwidth
 The bandwidth and bit-rate values for FLRC modulation.
RadioFlrcCodingRates_t CodingRate
 The coding rate for FLRC modulation.

Detailed Description

The type describing the modulation parameters for every packet types.

Definition at line 709 of file sx1280.h.


Field Documentation

RadioLoRaBandwidths_t Bandwidth

Bandwidth for the LORA modulation.

Definition at line 733 of file sx1280.h.

RadioFlrcBitrates_t BitrateBandwidth

The bandwidth and bit-rate values for FLRC modulation.

Definition at line 743 of file sx1280.h.

RadioGfskBleBitrates_t BitrateBandwidth

The bandwidth and bit-rate values for BLE and GFSK modulations.

Definition at line 721 of file sx1280.h.

RadioLoRaCodingRates_t CodingRate

Coding rate for the LORA modulation.

Definition at line 734 of file sx1280.h.

RadioFlrcCodingRates_t CodingRate

The coding rate for FLRC modulation.

Definition at line 744 of file sx1280.h.

RadioGfskBleModIndexes_t ModulationIndex

The coding rate for BLE and GFSK modulations.

Definition at line 722 of file sx1280.h.

RadioModShapings_t ModulationShaping

The modulation shaping for BLE and GFSK modulations.

The modulation shaping for FLRC modulation.

Definition at line 723 of file sx1280.h.

RadioPacketTypes_t PacketType

Packet to which the modulation parameters are referring to.

Definition at line 711 of file sx1280.h.

struct { ... } Params

Holds the modulation parameters structure.

RadioLoRaSpreadingFactors_t SpreadingFactor

Spreading Factor for the LORA modulation.

Definition at line 732 of file sx1280.h.