Searched refs:crc16_ccitt_table (Results 1 – 1 of 1) sorted by relevance
170 static const uint16_t crc16_ccitt_table[] ={ variable178 crc = (crc >> 4) ^ crc16_ccitt_table[(crc ^ ch) & 0x000f]; in crc16_ccitt_update()179 crc = (crc >> 4) ^ crc16_ccitt_table[(crc ^ (ch >> 4)) & 0x000f]; in crc16_ccitt_update()