Searched refs:nrf_radio_dfe_sample_state_t (Results 1 – 1 of 1) sorted by relevance
617 } nrf_radio_dfe_sample_state_t; typedef1522 nrf_radio_dfe_sample_state_t nrf_radio_dfe_sample_state_get(NRF_RADIO_Type const * p_reg);2276 nrf_radio_dfe_sample_state_t nrf_radio_dfe_sample_state_get(NRF_RADIO_Type const * p_reg) in nrf_radio_dfe_sample_state_get()2278 return (nrf_radio_dfe_sample_state_t)((p_reg->DFESTATUS & RADIO_DFESTATUS_SAMPLINGSTATE_Msk) >> in nrf_radio_dfe_sample_state_get()