Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_adc.c202 *p_value = (nrf_adc_value_t)nrf_adc_result_get(NRF_ADC); in nrfx_adc_sample_convert()
225 m_cb.p_buffer[m_cb.idx] = (nrf_adc_value_t)nrf_adc_result_get(NRF_ADC); in adc_sample_process()
325 evt.data.sample.sample = (nrf_adc_value_t)nrf_adc_result_get(NRF_ADC); in nrfx_adc_irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_adc.h258 NRF_STATIC_INLINE nrf_adc_value_t nrf_adc_result_get(NRF_ADC_Type const * p_reg);
336 NRF_STATIC_INLINE nrf_adc_value_t nrf_adc_result_get(NRF_ADC_Type const * p_reg) in nrf_adc_result_get() function