Searched refs:PreambleLength (Results 1 – 3 of 3) sorted by relevance
672 … SX126x.PacketParams.Params.Gfsk.PreambleLength = ( preambleLen << 3 ); // convert byte into bit in RadioSetRxConfig()722 SX126x.PacketParams.Params.LoRa.PreambleLength = 12; in RadioSetRxConfig()726 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetRxConfig()731 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetRxConfig()782 … SX126x.PacketParams.Params.Gfsk.PreambleLength = ( preambleLen << 3 ); // convert byte into bit in RadioSetTxConfig()829 SX126x.PacketParams.Params.LoRa.PreambleLength = 12; in RadioSetTxConfig()833 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetTxConfig()838 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetTxConfig()
650 buf[0] = ( packetParams->Params.Gfsk.PreambleLength >> 8 ) & 0xFF; in SX126xSetPacketParams()651 buf[1] = packetParams->Params.Gfsk.PreambleLength; in SX126xSetPacketParams()662 buf[0] = ( packetParams->Params.LoRa.PreambleLength >> 8 ) & 0xFF; in SX126xSetPacketParams()663 buf[1] = packetParams->Params.LoRa.PreambleLength; in SX126xSetPacketParams()
595 …uint16_t PreambleLength; //!< The preamble Tx length for GFSK packet type i… member609 …uint16_t PreambleLength; //!< The preamble length is the number of LoRa sym… member