Searched refs:prand (Results 1 – 1 of 1) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_AAR.c | 162 uint32_t prand; in nhw_aar_resolve() local 176 prand = read_3_bytes_value(address_ptr+3); in nhw_aar_resolve() 177 if (prand >> 22 != 0x01){ in nhw_aar_resolve() 179 bs_trace_raw_time(7,"HW AAR the address is not resolvable (0x%06X , %x)\n", prand, prand >> 22); in nhw_aar_resolve() 186 prand_buf[15] = prand & 0xFF; in nhw_aar_resolve() 187 prand_buf[14] = (prand >> 8) & 0xFF; in nhw_aar_resolve() 188 prand_buf[13] = (prand >> 16) & 0xFF; in nhw_aar_resolve() 205 …AR (%i): checking prand = 0x%06X, hash = 0x%06X, hashcheck = 0x%06X\n",i, prand, hash, hash_check); in nhw_aar_resolve()
|