Searched refs:nomatch (Results 1 – 1 of 1) sorted by relevance
1393 bool nomatch; in nhw_radio_device_address_match() local1407 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()