Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_saadc.c174 while (!nrf_saadc_event_check(NRF_SAADC, NRF_SAADC_EVENT_STOPPED)) in saadc_generic_mode_set()
176 nrf_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_STOPPED); in saadc_generic_mode_set()
238 nrf_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_STOPPED); in nrfx_saadc_init()
819 if (nrf_saadc_event_check(NRF_SAADC, NRF_SAADC_EVENT_STOPPED)) in nrfx_saadc_irq_handler()
821 nrf_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_STOPPED); in nrfx_saadc_irq_handler()
/external/platform/nrfx/hal/
A Dnrf_saadc.h160NRF_SAADC_EVENT_STOPPED = offsetof(NRF_SAADC_Type, EVENTS_STOPPED), ///< The ADC has s… enumerator

Completed in 6 milliseconds