Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO_utils.c47 | (3 << RADIO_PCNF1_BALEN_Pos) //4 bytes address in nrfra_check_pcnf1_ble()
168 | (0 << RADIO_PCNF1_BALEN_Pos) // => 1 byte for SFD 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.h4244 #define RADIO_PCNF1_BALEN_Pos (16UL) /*!< Position of BALEN field. */ macro
4245 #define RADIO_PCNF1_BALEN_Msk (0x7UL << RADIO_PCNF1_BALEN_Pos) /*!< Bit mask of BALEN field. */