Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h124 __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()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_saadc.c268 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()
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h358NRF_SAADC_EVENT_STOPPED = offsetof(NRF_SAADC_Type, EVENTS_STOPPED), ///< The ADC has s… enumerator