GDMA Interrupts Definition

group DMA_interrupts_definition

Defines

GDMA_INT_Transfer ((uint32_t)0x00000001)

The interrupt is generated on GDMA transfer completion to the destination.

GDMA_INT_Block ((uint32_t)0x00000002)

The interrupt is generated on GDMA block transfer completion to the destination.

GDMA_INT_SrcTransfer ((uint32_t)0x00000004)

The interrupt is generated after completion of the last OCP transfer of the requested single/burst transaction from the handshaking interface.

GDMA_INT_DstTransfer ((uint32_t)0x00000008)

The interrupt is generated on GDMA transfer completion to the destination peripheral.

GDMA_INT_Error ((uint32_t)0x00000010)

The interrupt is generated when an ERROR response is received from the slave on the SRESP bus during a GDMA transfer.

IS_GDMA_CONFIG_IT(IT) ((((IT) & 0xFFFFFE00) == 0x00) && ((IT) != 0x00))

Check whether is the GDMA interrupt.