Home
last modified time | relevance | path

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

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