Searched refs:crc_16_ccitt_table (Results 1 – 1 of 1) sorted by relevance
11 static const uint16_t crc_16_ccitt_table[256] = { variable56 return (fcs >> 8) ^ crc_16_ccitt_table[(fcs ^ c) & 0xff]; in crc_16_ccitt_byte()