Lines Matching refs:fixLen
129 uint16_t symbTimeout, bool fixLen,
172 bool fixLen, bool crcOn, bool FreqHopOn,
211 uint16_t preambleLen, bool fixLen, uint8_t payloadLen,
641 uint16_t symbTimeout, bool fixLen, in RadioSetRxConfig() argument
652 if( fixLen == true ) in RadioSetRxConfig()
676 …SX126x.PacketParams.Params.Gfsk.HeaderType = ( fixLen == true ) ? RADIO_PACKET_FIXED_LENGTH : RADI… in RadioSetRxConfig()
734 SX126x.PacketParams.Params.LoRa.HeaderType = ( RadioLoRaPacketLengthsMode_t )fixLen; in RadioSetRxConfig()
767 bool fixLen, bool crcOn, bool freqHopOn, in RadioSetTxConfig() argument
786 …SX126x.PacketParams.Params.Gfsk.HeaderType = ( fixLen == true ) ? RADIO_PACKET_FIXED_LENGTH : RADI… in RadioSetTxConfig()
841 SX126x.PacketParams.Params.LoRa.HeaderType = ( RadioLoRaPacketLengthsMode_t )fixLen; in RadioSetTxConfig()
915 uint16_t preambleLen, bool fixLen, uint8_t payloadLen, in RadioGetGfskTimeOnAirNumerator() argument
922 ( ( fixLen == false ) ? 8 : 0 ) + in RadioGetGfskTimeOnAirNumerator()
933 uint16_t preambleLen, bool fixLen, uint8_t payloadLen, in RadioGetLoRaTimeOnAirNumerator() argument
959 ( fixLen ? 0 : 20 ); in RadioGetLoRaTimeOnAirNumerator()
998 uint16_t preambleLen, bool fixLen, uint8_t payloadLen, in RadioTimeOnAir() argument
1009 preambleLen, fixLen, in RadioTimeOnAir()
1018 fixLen, payloadLen, crcOn ); in RadioTimeOnAir()