Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_adc.h106 typedef struct nrfx_adc_channel_s nrfx_adc_channel_t; typedef
116 nrfx_adc_channel_t * p_next; ///< Pointer to the next enabled channel (for internal use).
187 void nrfx_adc_channel_enable(nrfx_adc_channel_t * const p_channel);
197 void nrfx_adc_channel_disable(nrfx_adc_channel_t * const p_channel);
231 nrfx_err_t nrfx_adc_sample_convert(nrfx_adc_channel_t const * p_channel,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_adc.c48 nrfx_adc_channel_t * p_head;
49 nrfx_adc_channel_t * p_current_conv;
114 void nrfx_adc_channel_enable(nrfx_adc_channel_t * const p_channel) in nrfx_adc_channel_enable()
125 nrfx_adc_channel_t * p_curr_channel = m_cb.p_head; in nrfx_adc_channel_enable()
137 void nrfx_adc_channel_disable(nrfx_adc_channel_t * const p_channel) in nrfx_adc_channel_disable()
142 nrfx_adc_channel_t * p_curr_channel = m_cb.p_head; in nrfx_adc_channel_disable()
143 nrfx_adc_channel_t * p_prev_channel = NULL; in nrfx_adc_channel_disable()
176 nrfx_err_t nrfx_adc_sample_convert(nrfx_adc_channel_t const * p_channel, in nrfx_adc_sample_convert()