Home
last modified time | relevance | path

Searched refs:RADIO_CRC_2_BYTES_CCIT (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()
790 SX126x.PacketParams.Params.Gfsk.CrcLength = RADIO_CRC_2_BYTES_CCIT; in RadioSetTxConfig()
Dsx126x.h432 RADIO_CRC_2_BYTES_CCIT = 0xF2, enumerator
Dsx126x.c639 else if( packetParams->Params.Gfsk.CrcLength == RADIO_CRC_2_BYTES_CCIT ) in SX126xSetPacketParams()