Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.c260 int BALEN_bits = 8*((NRF_RADIO_regs.PCNF1 & RADIO_PCNF1_BALEN_Msk) >> RADIO_PCNF1_BALEN_Pos); in nhwra_get_address() local
272 address = ((prefix & RADIO_PREFIX0_AP0_Msk) << BALEN_bits) in nhwra_get_address()
273 | (base >> (32 - BALEN_bits)); in nhwra_get_address()