Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_adc.c43 #define EVT_TO_STR(event) (event == NRF_ADC_EVENT_END ? "NRF_ADC_EVENT_END" : "UNKNOWN EVENT")
77 nrf_adc_event_clear(NRF_ADC, NRF_ADC_EVENT_END); in nrfx_adc_init()
200 while (!nrf_adc_event_check(NRF_ADC, NRF_ADC_EVENT_END)) {} in nrfx_adc_sample_convert()
201 nrf_adc_event_clear(NRF_ADC, NRF_ADC_EVENT_END); in nrfx_adc_sample_convert()
223 nrf_adc_event_clear(NRF_ADC, NRF_ADC_EVENT_END); in adc_sample_process()
282 nrf_adc_event_clear(NRF_ADC, NRF_ADC_EVENT_END); in nrfx_adc_buffer_convert()
292 while (!nrf_adc_event_check(NRF_ADC, NRF_ADC_EVENT_END)){} in nrfx_adc_buffer_convert()
319 nrf_adc_event_clear(NRF_ADC, NRF_ADC_EVENT_END); in nrfx_adc_irq_handler()
320 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_ADC_EVENT_END)); in nrfx_adc_irq_handler()
333 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_ADC_EVENT_END)); in nrfx_adc_irq_handler()
/hal_nordic-3.6.0/nrfx/hal/
Dnrf_adc.h118 NRF_ADC_EVENT_END = offsetof(NRF_ADC_Type, EVENTS_END) /**< End of a conversion event. */ enumerator