Searched refs:segment (Results 1 – 1 of 1) sorted by relevance
1240 uint8_t segment);1250 NRF_STATIC_INLINE uint32_t nrf_radio_dab_get(NRF_RADIO_Type const * p_reg, uint8_t segment);2055 uint8_t segment) in nrf_radio_dab_set() argument2057 NRFX_ASSERT(segment < 8); in nrf_radio_dab_set()2058 p_reg->DAB[segment] = dab_value; in nrf_radio_dab_set()2061 NRF_STATIC_INLINE uint32_t nrf_radio_dab_get(NRF_RADIO_Type const * p_reg, uint8_t segment) in nrf_radio_dab_get() argument2063 NRFX_ASSERT(segment < 8); in nrf_radio_dab_get()2064 return p_reg->DAB[segment]; in nrf_radio_dab_get()