Mbed OS Reference
Loading...
Searching...
No Matches
modulation_params_t Struct Reference

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.
 
struct { 
 
params 
 Holds the modulation parameters structure.
 
struct { 
 
params 
 Holds the modulation parameters structure.
 

Detailed Description

The type describing the modulation parameters for every packet types.

Definition at line 557 of file sx126x_ds.h.

Field Documentation

◆ modem_type

Packet to which the modulation parameters are referring to.

Definition at line 558 of file sx126x_ds.h.

◆ spreading_factor

lora_spread_factors_t spreading_factor

Spreading Factor for the LoRa modulation.

Definition at line 569 of file sx126x_ds.h.

◆ bandwidth

lora_bandwidths_t bandwidth

Bandwidth for the LoRa modulation.

Definition at line 570 of file sx126x_ds.h.

◆ coding_rate [1/2]

lora_coding_tates_t coding_rate

Coding rate for the LoRa modulation.

Definition at line 571 of file sx126x_ds.h.

◆ low_datarate_optimization

uint8_t low_datarate_optimization

Indicates if the modem uses the low datarate optimization.

Definition at line 572 of file sx126x_ds.h.

◆ [struct] [1/2]

struct { ... } params

Holds the modulation parameters structure.

◆ coding_rate [2/2]

lora_coding_states_t coding_rate

Coding rate for the LoRa modulation.

Definition at line 639 of file STM32WL_radio_driver.h.

◆ [struct] [2/2]

struct { ... } params

Holds the modulation parameters structure.