Onethinx LoRaWAN module
FSKPacketParams_t Struct Reference

#include <OnethinxExt01.h>

Data Fields

uint16_t PreambleLength
 
RadioFSKPreambleDetection_e PreambleDetectorLength: 8
 
arr8b_t SyncWord
 The SX126x FSK syncword setting. More...
 
uint8_t SyncWordLength: 8
 Size of the SyncWord in bits. More...
 
RadioFSKAddressComp_e AddrComp: 8
 
RadioFSKPacketLengthModes_e PacketType: 8
 
uint8_t PayloadLength
 Size of the payload (in bytes) to transmit or maximum size of the payload that the receiver can accept. More...
 
RadioFSKCrcTypes_e CRCType: 8
 
RadioFSKCrcSeed_e CrcSeed: 16
 LFSR initial value to compute the FSK CRC. More...
 
RadioFSKCrcPolynomial_e CrcPolynomial: 16
 Polynomial used to compute the FSK CRC. More...
 
RadioFSKDcFree_e Whitening: 8
 
RadioFSKWhiteningSeed_e WhiteningSeed: 16
 

Field Documentation

◆ AddrComp

◆ CrcPolynomial

RadioFSKCrcPolynomial_e CrcPolynomial

Polynomial used to compute the FSK CRC.

◆ CrcSeed

LFSR initial value to compute the FSK CRC.

◆ CRCType

◆ PacketType

◆ PayloadLength

uint8_t PayloadLength

Size of the payload (in bytes) to transmit or maximum size of the payload that the receiver can accept.

◆ PreambleDetectorLength

RadioFSKPreambleDetection_e PreambleDetectorLength

◆ PreambleLength

uint16_t PreambleLength

◆ SyncWord

arr8b_t SyncWord

The SX126x FSK syncword setting.

◆ SyncWordLength

uint8_t SyncWordLength

Size of the SyncWord in bits.

◆ Whitening

RadioFSKDcFree_e Whitening

◆ WhiteningSeed

RadioFSKWhiteningSeed_e WhiteningSeed