Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_transport_h5.c170 static const uint16_t crc16_ccitt_table[] ={ variable
178 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()