Searched refs:CRCMASK (Results 1 – 1 of 1) sorted by relevance
183 #define CRCMASK 0xA001 macro12030 crc = (crc >> 1) ^ CRCMASK; in CalcCrc16()