Searched refs:PayloadLength (Results 1 – 3 of 3) sorted by relevance
677 SX126x.PacketParams.Params.Gfsk.PayloadLength = MaxPayloadLength; in RadioSetRxConfig()736 SX126x.PacketParams.Params.LoRa.PayloadLength = MaxPayloadLength; in RadioSetRxConfig()842 SX126x.PacketParams.Params.LoRa.PayloadLength = MaxPayloadLength; in RadioSetTxConfig()1036 SX126x.PacketParams.Params.LoRa.PayloadLength = size; in RadioSend()1040 SX126x.PacketParams.Params.Gfsk.PayloadLength = size; in RadioSend()1192 SX126x.PacketParams.Params.LoRa.PayloadLength = MaxPayloadLength = max; in RadioSetMaxPayloadLength()1199 SX126x.PacketParams.Params.Gfsk.PayloadLength = MaxPayloadLength = max; in RadioSetMaxPayloadLength()
600 … uint8_t PayloadLength; //!< Size of the payload in the GFSK packet member611 … uint8_t PayloadLength; //!< Size of the payload in the LoRa packet member
656 buf[6] = packetParams->Params.Gfsk.PayloadLength; in SX126xSetPacketParams()665 buf[3] = packetParams->Params.LoRa.PayloadLength; in SX126xSetPacketParams()