Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_utils.c42 | RADIO_PCNF1_BALEN_Msk in nrfra_check_pcnf1_ble()
163 | RADIO_PCNF1_BALEN_Msk in nrfra_check_802154_conf()
260 int BALEN_bits = 8*((NRF_RADIO_regs.PCNF1 & RADIO_PCNF1_BALEN_Msk) >> RADIO_PCNF1_BALEN_Pos); in nhwra_get_address()
DNRF5340_peri_types.h4245 #define RADIO_PCNF1_BALEN_Msk (0x7UL << RADIO_PCNF1_BALEN_Pos) /*!< Bit mask of BALEN field. */ macro