Lines Matching refs:fixLen
129 … uint32_t bandwidthAfc, uint16_t preambleLen, uint16_t symbTimeout, bool fixLen,
169 … uint8_t coderate, uint16_t preambleLen, bool fixLen, bool crcOn, bool FreqHopOn,
208 uint16_t preambleLen, bool fixLen, uint8_t payloadLen,
602 … uint32_t bandwidthAfc, uint16_t preambleLen, uint16_t symbTimeout, bool fixLen, in RadioSetRxConfig() argument
611 if( fixLen == true ) in RadioSetRxConfig()
637 …( fixLen == true ) ? LR1110_RADIO_GFSK_HEADER_TYPE_IMPLICIT : LR1110_RADIO_GFSK_HEADER_TYPE_EXPLIC… in RadioSetRxConfig()
697 LR1110.packet_params.packet.lora.header_type = ( lr1110_radio_lora_header_type_t ) fixLen; in RadioSetRxConfig()
715 … uint8_t coderate, uint16_t preambleLen, bool fixLen, bool crcOn, bool freqHopOn, in RadioSetTxConfig() argument
735 …( fixLen == true ) ? LR1110_RADIO_GFSK_HEADER_TYPE_IMPLICIT : LR1110_RADIO_GFSK_HEADER_TYPE_EXPLIC… in RadioSetTxConfig()
791 …1110.packet_params.packet.lora.header_type = ( lr1110_radio_lora_header_type_t ) fixLen; in RadioSetTxConfig()
851 uint16_t preambleLen, bool fixLen, uint8_t payloadLen, in RadioGetGfskTimeOnAirNumerator() argument
857 ( ( fixLen == false ) ? 8 : 0 ) + in RadioGetGfskTimeOnAirNumerator()
868 uint16_t preambleLen, bool fixLen, uint8_t payloadLen, in RadioGetLoRaTimeOnAirNumerator() argument
894 ( fixLen ? 0 : 20 ); in RadioGetLoRaTimeOnAirNumerator()
933 uint16_t preambleLen, bool fixLen, uint8_t payloadLen, in RadioTimeOnAir() argument
944 preambleLen, fixLen, in RadioTimeOnAir()
953 fixLen, payloadLen, crcOn ); in RadioTimeOnAir()