Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
Dcrc.c202 uint8_t test_crc[] = {0xE4, 0x79}; variable
214 if ((buffer[3] == test_crc[0]) && (buffer[4] == test_crc[1])){ in main()