Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/hal/
Dnrf_adc.h163 NRF_STATIC_INLINE bool nrf_adc_event_check(NRF_ADC_Type const * p_reg, nrf_adc_event_t event);
285 NRF_STATIC_INLINE bool nrf_adc_event_check(NRF_ADC_Type const * p_reg, nrf_adc_event_t event) in nrf_adc_event_check() function
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_adc.c200 while (!nrf_adc_event_check(NRF_ADC, NRF_ADC_EVENT_END)) {} in nrfx_adc_sample_convert()
292 while (!nrf_adc_event_check(NRF_ADC, NRF_ADC_EVENT_END)){} in nrfx_adc_buffer_convert()