Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_adc.c49 nrfx_adc_channel_t * p_current_conv; member
230 if (m_cb.p_current_conv->p_next == NULL) in adc_sample_process()
236 m_cb.p_current_conv = m_cb.p_head; in adc_sample_process()
240 m_cb.p_current_conv = m_cb.p_current_conv->p_next; in adc_sample_process()
243 nrf_adc_init(NRF_ADC, &m_cb.p_current_conv->config); in adc_sample_process()
277 m_cb.p_current_conv = m_cb.p_head; in nrfx_adc_buffer_convert()
281 nrf_adc_init(NRF_ADC, &m_cb.p_current_conv->config); in nrfx_adc_buffer_convert()