Searched refs:crc8table (Results 1 – 1 of 1) sorted by relevance
525 static const uint8_t crc8table[256] = { /* reversed, 8-bit, poly=0x07 */ variable549 crc = crc8table[crc ^ data[count]]; in crc8()558 crc = crc8table[crc ^ check_sum]; in btstack_crc8_check()