Searched refs:nrf_adc_result_get (Results 1 – 2 of 2) sorted by relevance
202 *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()
258 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