| 
    SingingCat 0
    
   application 
   | 
 
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... | |
| bool crc_is_on | 
CRC activation.
Definition at line 398 of file sx126x.h.
Referenced by sx126x_get_lora_time_on_air_numerator().
| sx126x_lora_pkt_len_modes_t header_type | 
Header type.
Definition at line 396 of file sx126x.h.
Referenced by sx126x_get_lora_time_on_air_numerator().
| 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().
| 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().