Home
last modified time | relevance | path

Searched refs:SyncWordLength (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/radio/sx126x/
Dradio.c674 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()
Dsx126x.h597 …uint8_t SyncWordLength; //!< The synchronization word length for GFSK pack… member
Dsx126x.c653 buf[3] = ( packetParams->Params.Gfsk.SyncWordLength /*<< 3*/ ); // convert from byte to bit in SX126xSetPacketParams()