Home
last modified time | relevance | path

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

/loramac-node-latest/src/radio/sx126x/
Dradio.c680 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_2_BYTES_CCIT; in RadioSetRxConfig()
684 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_OFF; in RadioSetRxConfig()
790 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_2_BYTES_CCIT; in RadioSetTxConfig()
794 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_OFF; in RadioSetTxConfig()
Dsx126x.c633 if( packetParams->Params.Gfsk.CrcLength == RADIO_CRC_2_BYTES_IBM ) in SX126xSetPacketParams()
639 else if( packetParams->Params.Gfsk.CrcLength == RADIO_CRC_2_BYTES_CCIT ) in SX126xSetPacketParams()
647 crcVal = packetParams->Params.Gfsk.CrcLength; in SX126xSetPacketParams()
Dsx126x.h601 … RadioCrcTypes_t CrcLength; //!< Size of the CRC block in the GFSK packet member