Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_adc.c100 void nrfx_adc_channel_enable(nrfx_adc_channel_t * const p_channel) in nrfx_adc_channel_enable() argument
104 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() argument
130 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() argument
180 nrf_adc_init(NRF_ADC, &p_channel->config); in nrfx_adc_sample_convert()
A Dnrfx_dppi.c100 nrfx_err_t nrfx_dppi_channel_alloc(uint8_t * p_channel) in nrfx_dppi_channel_alloc() argument
122 *p_channel = channel; in nrfx_dppi_channel_alloc()
A Dnrfx_ppi.c227 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel) in nrfx_ppi_channel_alloc() argument
243 *p_channel = channel; in nrfx_ppi_channel_alloc()
/external/platform/nrfx/drivers/include/
A Dnrfx_adc.h175 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,
A Dnrfx_dppi.h61 nrfx_err_t nrfx_dppi_channel_alloc(uint8_t * p_channel);
A Dnrfx_ppi.h88 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel);

Completed in 9 milliseconds