Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_rom/linux/
Desp_rom_crc.c88 static uint16_t crc16_le_table[256] = { variable
192 crc = crc16_le_table[(crc^buf[i])&0xff]^(crc>>8); in esp_rom_crc16_le()
/hal_espressif-3.6.0/components/esp_rom/patches/
Desp_rom_crc.c144 static uint16_t crc16_le_table[256] = { variable
215 crc = crc16_le_table[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in esp_rom_crc16_le()