Searched refs:NRF_SAADC_EVENT_DONE (Results 1 – 3 of 3) sorted by relevance
121 __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()
286 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()
355 …NRF_SAADC_EVENT_DONE = offsetof(NRF_SAADC_Type, EVENTS_DONE), ///< A conversion … enumerator