Searched refs:NRF_SAADC_EVENT_STOPPED (Results 1 – 3 of 3) sorted by relevance
124 __nrfy_internal_saadc_event_enabled_clear(p_reg, mask, NRF_SAADC_EVENT_STOPPED); in nrfy_saadc_int_init()655 bool stop = __nrfy_internal_saadc_event_handle(p_reg, mask, NRF_SAADC_EVENT_STOPPED, &evt_mask); in __nrfy_internal_saadc_events_process()711 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_STOPPED); in __nrfy_internal_saadc_stop()
268 NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_STOPPED) | in nrfx_saadc_init()896 NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_STOPPED) | in nrfx_saadc_irq_handler()910 if (evt_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_STOPPED)) in nrfx_saadc_irq_handler()
358 …NRF_SAADC_EVENT_STOPPED = offsetof(NRF_SAADC_Type, EVENTS_STOPPED), ///< The ADC has s… enumerator