Searched refs:CrcLength (Results 1 – 3 of 3) sorted by relevance
680 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()
633 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()
601 … RadioCrcTypes_t CrcLength; //!< Size of the CRC block in the GFSK packet member