Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_adc.c143 nrfx_adc_channel_t * p_prev_channel = NULL; in nrfx_adc_channel_disable() local
146 p_prev_channel = p_curr_channel; in nrfx_adc_channel_disable()
150 if (p_prev_channel) in nrfx_adc_channel_disable()
152 p_prev_channel->p_next = p_curr_channel->p_next; in nrfx_adc_channel_disable()