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