Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
Dcrc.c88 unsigned int tbl_idx; in crc_update_ble() local
91 tbl_idx = (crc ^ *d) & 0xff; in crc_update_ble()
92 crc = (crc_table_24_ble[tbl_idx] ^ (crc >> 8)) & 0xffffff; in crc_update_ble()
165 unsigned int tbl_idx; in crc_update_154() local
168 tbl_idx = (crc ^ *d) & 0xff; in crc_update_154()
169 crc = (crc_table_154[tbl_idx] ^ (crc >> 8)) & 0xffff; in crc_update_154()