Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/lora_p2p_demo/
A Dradio.c665 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()
A Dsx126x.c593 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()
A Dsx126x.h573 … RadioCrcTypes_t CrcLength; //!< Size of the CRC block in the GFSK packet member

Completed in 12 milliseconds