Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_adc.h223 NRF_STATIC_INLINE bool nrf_adc_busy_check(NRF_ADC_Type const * p_reg);
316 NRF_STATIC_INLINE bool nrf_adc_busy_check(NRF_ADC_Type const * p_reg) in nrf_adc_busy_check() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_adc.c172 NRFX_ASSERT(!nrf_adc_busy_check(NRF_ADC)); in nrfx_adc_sample()