Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c1393 bool nomatch; in nhw_radio_device_address_match() local
1407 nomatch = (*(uint32_t *)(rx_buf + 2) != NRF_RADIO_regs.DAB[i]); in nhw_radio_device_address_match()
1409 nomatch |= (*(uint16_t *)(rx_buf + 6) != DAP); in nhw_radio_device_address_match()
1411 if (nomatch) { in nhw_radio_device_address_match()