Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/lora_p2p_demo/
A Dradio.c659 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()
A Dsx126x.h569 …uint8_t SyncWordLength; //!< The synchronization word length for GFSK pack… member
A Dsx126x.c613 buf[3] = ( packetParams->Params.Gfsk.SyncWordLength /*<< 3*/ ); // convert from byte to bit in SX126xSetPacketParams()

Completed in 11 milliseconds