Searched refs:DACNF (Results 1 – 2 of 2) sorted by relevance
1276 … if (NRF_RADIO_regs.DACNF & 0xFF) { /*If any of the addresses for device address match is enabled*/ in Rx_Addr_received()1322 if (((NRF_RADIO_regs.DACNF >> i) & 1) == 0 ) { in nhw_radio_device_address_match()1326 TxAdd = (NRF_RADIO_regs.DACNF >> (i + 8)) & 1; in nhw_radio_device_address_match()
2356 …__IOM uint32_t DACNF; /*!< (@ 0x00000640) Device address match configurati… member