| 
    Appiko
    
   | 
 
S2LP STack Packet Init structure definition. More...
#include <S2LP_PktStack.h>
Data Fields | |
| uint16_t | xPreambleLength | 
| uint8_t | xSyncLength | 
| uint32_t | lSyncWords | 
| SFunctionalState | xFixVarLength | 
| SFunctionalState | cExtendedPktLenField | 
| StackCrcMode | xCrcMode | 
| SFunctionalState | xFec | 
| SFunctionalState | xDataWhitening | 
Definition at line 118 of file S2LP_PktStack.h.
| SFunctionalState PktStackInit::cExtendedPktLenField | 
Extend the length field from 1 byte to 2 bytes. Variable length mode only.
Definition at line 123 of file S2LP_PktStack.h.
| uint32_t PktStackInit::lSyncWords | 
Set the sync words in MSB.
Definition at line 121 of file S2LP_PktStack.h.
| StackCrcMode PktStackInit::xCrcMode | 
Set the CRC type. StackCrcMode
Definition at line 124 of file S2LP_PktStack.h.
| SFunctionalState PktStackInit::xDataWhitening | 
Enable the data whitening.
Definition at line 126 of file S2LP_PktStack.h.
| SFunctionalState PktStackInit::xFec | 
Enable the FEC/Viterbi.
Definition at line 125 of file S2LP_PktStack.h.
| SFunctionalState PktStackInit::xFixVarLength | 
Enable the variable length mode.
Definition at line 122 of file S2LP_PktStack.h.
| uint16_t PktStackInit::xPreambleLength | 
Set the preamble length of packet. From 1 to 1024 chip sequence.
Definition at line 119 of file S2LP_PktStack.h.
| uint8_t PktStackInit::xSyncLength | 
Set the sync word length of packet in bits. From 1 to 64 bits.
Definition at line 120 of file S2LP_PktStack.h.
 1.8.15