Searched refs:CrcLength (Results 1 – 3 of 3) sorted by relevance
665 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_2_BYTES_CCIT; in RadioSetRxConfig()669 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_OFF; in RadioSetRxConfig()777 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_2_BYTES_CCIT; in RadioSetTxConfig()781 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_OFF; in RadioSetTxConfig()
593 if( packetParams->Params.Gfsk.CrcLength == RADIO_CRC_2_BYTES_IBM ) in SX126xSetPacketParams()599 else if( packetParams->Params.Gfsk.CrcLength == RADIO_CRC_2_BYTES_CCIT ) in SX126xSetPacketParams()607 crcVal = packetParams->Params.Gfsk.CrcLength; in SX126xSetPacketParams()
573 … RadioCrcTypes_t CrcLength; //!< Size of the CRC block in the GFSK packet member
Completed in 12 milliseconds