Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
Dcrc.c50 static const uint32_t crc_table_24_ble[256] = { variable
92 crc = (crc_table_24_ble[tbl_idx] ^ (crc >> 8)) & 0xffffff; in crc_update_ble()