Searched refs:nrf_radio_dfe_switch_state_t (Results 1 – 1 of 1) sorted by relevance
610 } nrf_radio_dfe_switch_state_t; typedef1512 nrf_radio_dfe_switch_state_t nrf_radio_dfe_switch_state_get(NRF_RADIO_Type const * p_reg);2269 nrf_radio_dfe_switch_state_t nrf_radio_dfe_switch_state_get(NRF_RADIO_Type const * p_reg) in nrf_radio_dfe_switch_state_get()2271 return (nrf_radio_dfe_switch_state_t)((p_reg->DFESTATUS & RADIO_DFESTATUS_SWITCHINGSTATE_Msk) >> in nrf_radio_dfe_switch_state_get()