Searched refs:SyncWordLength (Results 1 – 3 of 3) sorted by relevance
674 SX126x.PacketParams.Params.Gfsk.SyncWordLength = 3 << 3; // convert byte into bit in RadioSetRxConfig()784 SX126x.PacketParams.Params.Gfsk.SyncWordLength = 3 << 3 ; // convert byte into bit in RadioSetTxConfig()
597 …uint8_t SyncWordLength; //!< The synchronization word length for GFSK pack… member
653 buf[3] = ( packetParams->Params.Gfsk.SyncWordLength /*<< 3*/ ); // convert from byte to bit in SX126xSetPacketParams()