Searched refs:crc8_le_table (Results 1 – 2 of 2) sorted by relevance
127 static uint8_t crc8_le_table[256] = { variable213 crc = crc8_le_table[crc^buf[i]]; in esp_rom_crc8_le()
124 static uint8_t crc8_le_table[256] = { variable205 crc = crc8_le_table[crc ^ buf[i]]; in esp_rom_crc8_le()