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