Appiko
Data Fields
PktBasicInit Struct Reference

S2LP Basic Packet Init structure definition. More...

#include <S2LP_PktBasic.h>

Data Fields

uint16_t xPreambleLength
 
uint8_t xSyncLength
 
uint32_t lSyncWords
 
SFunctionalState xFixVarLength
 
SFunctionalState cExtendedPktLenField
 
PktCrcMode xCrcMode
 
SFunctionalState xAddressField
 
SFunctionalState xFec
 
SFunctionalState xDataWhitening
 

Detailed Description

Definition at line 119 of file S2LP_PktBasic.h.

Field Documentation

◆ cExtendedPktLenField

SFunctionalState PktBasicInit::cExtendedPktLenField

Extend the length field from 1 byte to 2 bytes. Variable length mode only.

Definition at line 124 of file S2LP_PktBasic.h.

◆ lSyncWords

uint32_t PktBasicInit::lSyncWords

Set the sync words in MSB.

Definition at line 122 of file S2LP_PktBasic.h.

◆ xAddressField

SFunctionalState PktBasicInit::xAddressField

Enable the destination address field.

Definition at line 126 of file S2LP_PktBasic.h.

◆ xCrcMode

PktCrcMode PktBasicInit::xCrcMode

Set the CRC type. StackCrcMode

Definition at line 125 of file S2LP_PktBasic.h.

◆ xDataWhitening

SFunctionalState PktBasicInit::xDataWhitening

Enable the data whitening.

Definition at line 128 of file S2LP_PktBasic.h.

◆ xFec

SFunctionalState PktBasicInit::xFec

Enable the FEC/Viterbi.

Definition at line 127 of file S2LP_PktBasic.h.

◆ xFixVarLength

SFunctionalState PktBasicInit::xFixVarLength

Enable the variable length mode.

Definition at line 123 of file S2LP_PktBasic.h.

◆ xPreambleLength

uint16_t PktBasicInit::xPreambleLength

Set the preamble length of packet. From 1 to 1024 chip sequence.

Definition at line 120 of file S2LP_PktBasic.h.

◆ xSyncLength

uint8_t PktBasicInit::xSyncLength

Set the sync word length of packet in bits. From 1 to 64 bits.

Definition at line 121 of file S2LP_PktBasic.h.


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