/loramac-node-latest/src/radio/sx126x/ |
D | radio.c | 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() [all …]
|
/loramac-node-latest/src/radio/lr1110/ |
D | radio.c | 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() [all …]
|
/loramac-node-latest/src/radio/sx1272/ |
D | sx1272.c | 159 static uint32_t SX1272GetGfskTimeOnAirNumerator( uint16_t preambleLen, bool fixLen, 179 uint16_t preambleLen, bool fixLen, uint8_t payloadLen, 421 uint16_t symbTimeout, bool fixLen, in SX1272SetRxConfig() argument 437 SX1272.Settings.Fsk.FixLen = fixLen; in SX1272SetRxConfig() 455 if( fixLen == 1 ) in SX1272SetRxConfig() 468 …( ( fixLen == 1 ) ? RF_PACKETCONFIG1_PACKETFORMAT_FIXED : RF_PACKETCONFIG1_PACKETFORMAT_VARIABLE )… in SX1272SetRxConfig() 479 SX1272.Settings.LoRa.FixLen = fixLen; in SX1272SetRxConfig() 514 ( fixLen << 2 ) | ( crcOn << 1 ) | in SX1272SetRxConfig() 529 if( fixLen == 1 ) in SX1272SetRxConfig() 566 bool fixLen, bool crcOn, bool freqHopOn, in SX1272SetTxConfig() argument [all …]
|
D | sx1272.h | 263 uint16_t symbTimeout, bool fixLen, 306 bool fixLen, bool crcOn, bool freqHopOn, 337 uint16_t preambleLen, bool fixLen, uint8_t payloadLen,
|
/loramac-node-latest/src/radio/sx1276/ |
D | sx1276.c | 167 static uint32_t SX1276GetGfskTimeOnAirNumerator( uint16_t preambleLen, bool fixLen, 187 uint16_t preambleLen, bool fixLen, uint8_t payloadLen, 472 uint16_t symbTimeout, bool fixLen, in SX1276SetRxConfig() argument 488 SX1276.Settings.Fsk.FixLen = fixLen; in SX1276SetRxConfig() 506 if( fixLen == 1 ) in SX1276SetRxConfig() 519 …( ( fixLen == 1 ) ? RF_PACKETCONFIG1_PACKETFORMAT_FIXED : RF_PACKETCONFIG1_PACKETFORMAT_VARIABLE )… in SX1276SetRxConfig() 536 SX1276.Settings.LoRa.FixLen = fixLen; in SX1276SetRxConfig() 569 fixLen ); in SX1276SetRxConfig() 589 if( fixLen == 1 ) in SX1276SetRxConfig() 644 bool fixLen, bool crcOn, bool freqHopOn, in SX1276SetTxConfig() argument [all …]
|
D | sx1276.h | 265 uint16_t symbTimeout, bool fixLen, 310 bool fixLen, bool crcOn, bool freqHopOn, 341 uint16_t preambleLen, bool fixLen, uint8_t payloadLen,
|
/loramac-node-latest/src/radio/ |
D | radio.h | 206 uint16_t symbTimeout, bool fixLen, 248 bool fixLen, bool crcOn, bool freqHopOn, 285 uint16_t preambleLen, bool fixLen, uint8_t payloadLen,
|