Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h121 __nrfy_internal_saadc_event_enabled_clear(p_reg, mask, NRF_SAADC_EVENT_DONE); in nrfy_saadc_int_init()
253 nrf_saadc_event_clear(p_reg, NRF_SAADC_EVENT_DONE); in nrfy_saadc_sample_start()
663 (void)__nrfy_internal_saadc_event_handle(p_reg, mask, NRF_SAADC_EVENT_DONE, &evt_mask); in __nrfy_internal_saadc_events_process()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_saadc.c286 nrfy_saadc_event_clear(NRF_SAADC, NRF_SAADC_EVENT_DONE); in nrfx_saadc_uninit()
597 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_SAADC_EVENT_DONE); in nrfx_saadc_mode_trigger()
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h355NRF_SAADC_EVENT_DONE = offsetof(NRF_SAADC_Type, EVENTS_DONE), ///< A conversion … enumerator