Searched refs:BALEN_bits (Results 1 – 1 of 1) sorted by relevance
260 int BALEN_bits = 8*((NRF_RADIO_regs.PCNF1 & RADIO_PCNF1_BALEN_Msk) >> RADIO_PCNF1_BALEN_Pos); in nhwra_get_address() local272 address = ((prefix & RADIO_PREFIX0_AP0_Msk) << BALEN_bits) in nhwra_get_address()273 | (base >> (32 - BALEN_bits)); in nhwra_get_address()