Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/dma/
Ddmac_core.h63 DMAC_EVENT_ERROR = 0x2, enumerator
/drivers/hdf_core/framework/support/platform/src/dma/
Ddmac_core.c169 DmaEventSignal(&chanInfo->waitEvent, DMAC_EVENT_ERROR); in DmacEventCallback()
195 …ret = DmaEventWait(&chanInfo->waitEvent, DMAC_EVENT_DONE | DMAC_EVENT_ERROR, DMA_EVENT_WAIT_DEF_TI… in DmacWaitM2mSendComplete()
196 if (ret == DMAC_EVENT_ERROR) { in DmacWaitM2mSendComplete()