Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_saadc.c237 nrf_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_STARTED); in nrfx_saadc_init()
490 while (!nrf_saadc_event_check(NRF_SAADC, NRF_SAADC_EVENT_STARTED)) in nrfx_saadc_mode_trigger()
492 nrf_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_STARTED); in nrfx_saadc_mode_trigger()
522 while (!nrf_saadc_event_check(NRF_SAADC, NRF_SAADC_EVENT_STARTED)) in nrfx_saadc_mode_trigger()
524 nrf_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_STARTED); in nrfx_saadc_mode_trigger()
668 while (!nrf_saadc_event_check(NRF_SAADC, NRF_SAADC_EVENT_STARTED)) in nrfx_saadc_offset_calibrate()
670 nrf_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_STARTED); in nrfx_saadc_offset_calibrate()
813 if (nrf_saadc_event_check(NRF_SAADC, NRF_SAADC_EVENT_STARTED)) in nrfx_saadc_irq_handler()
815 nrf_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_STARTED); in nrfx_saadc_irq_handler()
/external/platform/nrfx/hal/
A Dnrf_saadc.h155NRF_SAADC_EVENT_STARTED = offsetof(NRF_SAADC_Type, EVENTS_STARTED), ///< The ADC has s… enumerator

Completed in 7 milliseconds