Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO.c1318 bool nomatch; in nhw_radio_device_address_match() local
1332 nomatch = (*(uint32_t *)(rx_buf + 2) != NRF_RADIO_regs.DAB[i]); in nhw_radio_device_address_match()
1334 nomatch |= (*(uint16_t *)(rx_buf + 6) != DAP); in nhw_radio_device_address_match()
1336 if (nomatch) { in nhw_radio_device_address_match()