Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_adc.c47 nrfx_adc_channel_t * p_current_conv; member
216 if (m_cb.p_current_conv->p_next == NULL) in adc_sample_process()
222 m_cb.p_current_conv = m_cb.p_head; in adc_sample_process()
226 m_cb.p_current_conv = m_cb.p_current_conv->p_next; in adc_sample_process()
229 nrf_adc_init(NRF_ADC, &m_cb.p_current_conv->config); in adc_sample_process()
262 m_cb.p_current_conv = m_cb.p_head; in nrfx_adc_buffer_convert()
266 nrf_adc_init(NRF_ADC, &m_cb.p_current_conv->config); in nrfx_adc_buffer_convert()

Completed in 2 milliseconds