GDMA Interrupts

group GDMA_Interrupts

Defines

GDMA_INT_Transfer (BIT0)

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

GDMA_INT_Block (BIT1)

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

GDMA_INT_Error (BIT4)

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) & 0xFFFFFFE0) == 0x00) && ((IT) != 0x00))

Check if the input parameter is valid.