Searched refs:p_channel (Results 1 – 6 of 6) sorted by relevance
100 void nrfx_adc_channel_enable(nrfx_adc_channel_t * const p_channel) in nrfx_adc_channel_enable() argument104 p_channel->p_next = NULL; in nrfx_adc_channel_enable()107 m_cb.p_head = p_channel; in nrfx_adc_channel_enable()114 NRFX_ASSERT(p_channel != p_curr_channel); in nrfx_adc_channel_enable()117 p_curr_channel->p_next = p_channel; in nrfx_adc_channel_enable()123 void nrfx_adc_channel_disable(nrfx_adc_channel_t * const p_channel) in nrfx_adc_channel_disable() argument130 while (p_curr_channel != p_channel) in nrfx_adc_channel_disable()162 nrfx_err_t nrfx_adc_sample_convert(nrfx_adc_channel_t const * p_channel, in nrfx_adc_sample_convert() argument180 nrf_adc_init(NRF_ADC, &p_channel->config); in nrfx_adc_sample_convert()
100 nrfx_err_t nrfx_dppi_channel_alloc(uint8_t * p_channel) in nrfx_dppi_channel_alloc() argument122 *p_channel = channel; in nrfx_dppi_channel_alloc()
227 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel) in nrfx_ppi_channel_alloc() argument243 *p_channel = channel; in nrfx_ppi_channel_alloc()
175 void nrfx_adc_channel_enable(nrfx_adc_channel_t * const p_channel);185 void nrfx_adc_channel_disable(nrfx_adc_channel_t * const p_channel);219 nrfx_err_t nrfx_adc_sample_convert(nrfx_adc_channel_t const * p_channel,
61 nrfx_err_t nrfx_dppi_channel_alloc(uint8_t * p_channel);
88 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel);
Completed in 9 milliseconds