Searched refs:__nrfy_internal_mvdma_event_handle (Results 1 – 1 of 1) sorted by relevance
/hal_nordic-3.6.0/nrfx/haly/ |
D | nrfy_mvdma.h | 47 NRFY_STATIC_INLINE bool __nrfy_internal_mvdma_event_handle(NRF_MVDMA_Type * p_reg, 618 NRFY_STATIC_INLINE bool __nrfy_internal_mvdma_event_handle(NRF_MVDMA_Type * p_reg, in __nrfy_internal_mvdma_event_handle() function 643 (void)__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_RESET, &evt_mask); in __nrfy_internal_mvdma_events_process() 644 (void)__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_STARTED, &evt_mask); in __nrfy_internal_mvdma_events_process() 645 (void)__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_SINKBUSERROR, &evt_mask); in __nrfy_internal_mvdma_events_process() 646 (void)__nrfy_internal_mvdma_event_handle(p_reg, in __nrfy_internal_mvdma_events_process() 651 (void)__nrfy_internal_mvdma_event_handle(p_reg, in __nrfy_internal_mvdma_events_process() 655 (void)__nrfy_internal_mvdma_event_handle(p_reg, in __nrfy_internal_mvdma_events_process() 664 if (__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_PAUSED, &evt_mask)) in __nrfy_internal_mvdma_events_process() 666 if (__nrfy_internal_mvdma_event_handle(p_reg, mask, NRF_MVDMA_EVENT_STOPPED, &evt_mask)) in __nrfy_internal_mvdma_events_process() [all …]
|