Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_adc.c46 nrfx_adc_channel_t * p_head; member
95 m_cb.p_head = NULL; in nrfx_adc_uninit()
105 if (m_cb.p_head == NULL) in nrfx_adc_channel_enable()
107 m_cb.p_head = p_channel; in nrfx_adc_channel_enable()
125 NRFX_ASSERT(m_cb.p_head); in nrfx_adc_channel_disable()
128 nrfx_adc_channel_t * p_curr_channel = m_cb.p_head; in nrfx_adc_channel_disable()
142 m_cb.p_head = p_curr_channel->p_next; in nrfx_adc_channel_disable()
152 m_cb.p_head = NULL; in nrfx_adc_all_channels_disable()
220 NRFX_ASSERT(m_cb.p_head); in adc_sample_process()
222 m_cb.p_current_conv = m_cb.p_head; in adc_sample_process()
[all …]

Completed in 3 milliseconds