Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO.c1276 … 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()
DNRF5340_peri_types.h2356 …__IOM uint32_t DACNF; /*!< (@ 0x00000640) Device address match configurati… member