Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/nrfx/haly/
Dnrfy_mvdma.h53 uint32_t __nrfy_internal_mvdma_events_process(NRF_MVDMA_Type * p_reg,
176 uint32_t evt_mask = __nrfy_internal_mvdma_events_process(p_reg, mask, p_list_request); in nrfy_mvdma_events_process()
196 while (!__nrfy_internal_mvdma_events_process(p_reg, evt_mask, p_list_request)) in nrfy_mvdma_start()
227 while (!__nrfy_internal_mvdma_events_process(p_reg, evt_mask, &list_req)) in nrfy_mvdma_multi_start()
298 while (!__nrfy_internal_mvdma_events_process(p_reg, evt_mask, NULL)) in nrfy_mvdma_reset()
327 while (!__nrfy_internal_mvdma_events_process(p_reg, evt_mask, p_list_request)) in nrfy_mvdma_abort()
636 uint32_t __nrfy_internal_mvdma_events_process(NRF_MVDMA_Type * p_reg, in __nrfy_internal_mvdma_events_process() function