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