Searched refs:PreambleLength (Results 1 – 3 of 3) sorted by relevance
657 … SX126x.PacketParams.Params.Gfsk.PreambleLength = ( preambleLen << 3 ); // convert byte into bit in RadioSetRxConfig()707 SX126x.PacketParams.Params.LoRa.PreambleLength = 12; in RadioSetRxConfig()711 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetRxConfig()716 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetRxConfig()769 … SX126x.PacketParams.Params.Gfsk.PreambleLength = ( preambleLen << 3 ); // convert byte into bit in RadioSetTxConfig()816 SX126x.PacketParams.Params.LoRa.PreambleLength = 12; in RadioSetTxConfig()820 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetTxConfig()825 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetTxConfig()
610 buf[0] = ( packetParams->Params.Gfsk.PreambleLength >> 8 ) & 0xFF; in SX126xSetPacketParams()611 buf[1] = packetParams->Params.Gfsk.PreambleLength; in SX126xSetPacketParams()622 buf[0] = ( packetParams->Params.LoRa.PreambleLength >> 8 ) & 0xFF; in SX126xSetPacketParams()623 buf[1] = packetParams->Params.LoRa.PreambleLength; in SX126xSetPacketParams()
567 …uint16_t PreambleLength; //!< The preamble Tx length for GFSK packet type i… member581 …uint16_t PreambleLength; //!< The preamble length is the number of LoRa sym… member
Completed in 9 milliseconds