Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
Dcrc.c127 static const uint16_t crc_table_154[256] = { variable
169 crc = (crc_table_154[tbl_idx] ^ (crc >> 8)) & 0xffff; in crc_update_154()