Searched refs:NRF_SAADC_EVENT_STOPPED (Results 1 – 2 of 2) sorted by relevance
174 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()
160 …NRF_SAADC_EVENT_STOPPED = offsetof(NRF_SAADC_Type, EVENTS_STOPPED), ///< The ADC has s… enumerator
Completed in 6 milliseconds