Searched refs:crc8_be_table (Results 1 – 2 of 2) sorted by relevance
147 static uint8_t crc8_be_table[256] = { variable223 crc = crc8_be_table[crc^buf[i]]; in esp_rom_crc8_be()
19 static const uint8_t crc8_be_table[256] = { variable97 crc = crc8_be_table[crc ^ buf[i]]; in esp_rom_crc8_be()