Home
last modified time | relevance | path

Searched refs:LoRaHeaderType (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/radio/sx126x/
Dsx126x.c68 static volatile RadioLoRaPacketLengthsMode_t LoRaHeaderType; variable
664 buf[2] = LoRaHeaderType = packetParams->Params.LoRa.HeaderType; in SX126xSetPacketParams()
729 …if( ( SX126xGetPacketType( ) == PACKET_TYPE_LORA ) && ( LoRaHeaderType == LORA_PACKET_FIXED_LENGTH… in SX126xGetRxBufferStatus()