SingingCat 0
application
Data Fields
sx126x_pkt_params_lora_s Struct Reference

SX126X LoRa packet parameters structure definition. More...

#include <sx126x.h>

Data Fields

bool crc_is_on
 CRC activation. More...
 
sx126x_lora_pkt_len_modes_t header_type
 Header type. More...
 
bool invert_iq_is_on
 IQ polarity setup. More...
 
uint8_t pld_len_in_bytes
 Payload length in bytes. More...
 
uint16_t preamble_len_in_symb
 Preamble length in symbols. More...
 

Detailed Description

SX126X LoRa packet parameters structure definition.

Definition at line 394 of file sx126x.h.

Field Documentation

◆ crc_is_on

bool crc_is_on

CRC activation.

Definition at line 398 of file sx126x.h.

Referenced by sx126x_get_lora_time_on_air_numerator().

◆ header_type

Header type.

Definition at line 396 of file sx126x.h.

Referenced by sx126x_get_lora_time_on_air_numerator().

◆ invert_iq_is_on

bool invert_iq_is_on

IQ polarity setup.

Definition at line 399 of file sx126x.h.

◆ pld_len_in_bytes

uint8_t pld_len_in_bytes

Payload length in bytes.

Definition at line 397 of file sx126x.h.

Referenced by sx126x_get_lora_time_on_air_numerator().

◆ preamble_len_in_symb

uint16_t preamble_len_in_symb

Preamble length in symbols.

Definition at line 395 of file sx126x.h.

Referenced by sx126x_get_lora_time_on_air_numerator().


The documentation for this struct was generated from the following file: