Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_radio.h610 } nrf_radio_dfe_switch_state_t; typedef
1512 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()