LoRa packet framing parameters.
More...
LoRa packet framing parameters.
Definition at line 149 of file types.hpp.
◆ operator==()
| constexpr bool idfxx::radio::lora_packet_params::operator== |
( |
const lora_packet_params & |
| ) |
const |
|
constexprdefaultnoexcept |
Compares two packet-framing-parameter sets for equality.
◆ crc_on
| bool idfxx::radio::lora_packet_params::crc_on = true |
◆ header
Header mode (variable or fixed).
Definition at line 151 of file types.hpp.
◆ invert_iq
| bool idfxx::radio::lora_packet_params::invert_iq = false |
Invert I/Q (for downlink / gateway use).
Definition at line 154 of file types.hpp.
◆ payload_length
| uint8_t idfxx::radio::lora_packet_params::payload_length = 0xFF |
Payload length, used only in fixed-header mode.
Definition at line 152 of file types.hpp.
◆ preamble_length
| uint16_t idfxx::radio::lora_packet_params::preamble_length = 8 |
The documentation for this struct was generated from the following file: