Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c1394 int TxAdd; in nhw_radio_device_address_match() local
1401 TxAdd = (NRF_RADIO_regs.DACNF >> (i + 8)) & 1; in nhw_radio_device_address_match()
1403 if (TxAdd != ((rx_buf[0] >> 6) & 1) ) { in nhw_radio_device_address_match()