MTB CAT1 Peripheral driver library

General Description

Macros

#define CY_AXIDMAC_INTR_COMPLETION   (AXI_DMAC_CH_INTR_COMPLETION_Msk)
 Bit 0: Completion of data transfer(s) as specified by the descriptor's interruptType setting. More...
 
#define CY_AXIDMAC_INTR_SRC_BUS_ERROR   (AXI_DMAC_CH_INTR_SRC_BUS_ERROR_Msk)
 Bit 1: Bus error for a load from the source. More...
 
#define CY_AXIDMAC_INTR_DST_BUS_ERROR   (AXI_DMAC_CH_INTR_DST_BUS_ERROR_Msk)
 Bit 2: Bus error for a store to the destination. More...
 
#define CY_AXIDMAC_INTR_INVALID_DESCR_TYPE   (AXI_DMAC_CH_INTR_INVALID_DESCR_TYPE_Msk)
 Bit 3: Invalid descriptor type. More...
 
#define CY_AXIDMAC_INTR_CURR_PTR_NULL   (AXI_DMAC_CH_INTR_CURR_PTR_NULL_Msk)
 Bit 5: The channel is enabled and the current descriptor pointer is "0". More...
 
#define CY_AXIDMAC_INTR_ACTIVE_CH_DISABLED   (AXI_DMAC_CH_INTR_ACTIVE_CH_DISABLED_Msk)
 Bit 6: The channel is disabled and the data transfer engine is busy. More...
 
#define CY_AXIDMAC_INTR_DESCR_BUS_ERROR   (AXI_DMAC_CH_INTR_DESCR_BUS_ERROR_Msk)
 Bit 7: Bus error for a load of the descriptor. More...
 

Macro Definition Documentation

◆ CY_AXIDMAC_INTR_COMPLETION

#define CY_AXIDMAC_INTR_COMPLETION   (AXI_DMAC_CH_INTR_COMPLETION_Msk)

Bit 0: Completion of data transfer(s) as specified by the descriptor's interruptType setting.

◆ CY_AXIDMAC_INTR_SRC_BUS_ERROR

#define CY_AXIDMAC_INTR_SRC_BUS_ERROR   (AXI_DMAC_CH_INTR_SRC_BUS_ERROR_Msk)

Bit 1: Bus error for a load from the source.

◆ CY_AXIDMAC_INTR_DST_BUS_ERROR

#define CY_AXIDMAC_INTR_DST_BUS_ERROR   (AXI_DMAC_CH_INTR_DST_BUS_ERROR_Msk)

Bit 2: Bus error for a store to the destination.

◆ CY_AXIDMAC_INTR_INVALID_DESCR_TYPE

#define CY_AXIDMAC_INTR_INVALID_DESCR_TYPE   (AXI_DMAC_CH_INTR_INVALID_DESCR_TYPE_Msk)

Bit 3: Invalid descriptor type.

◆ CY_AXIDMAC_INTR_CURR_PTR_NULL

#define CY_AXIDMAC_INTR_CURR_PTR_NULL   (AXI_DMAC_CH_INTR_CURR_PTR_NULL_Msk)

Bit 5: The channel is enabled and the current descriptor pointer is "0".

◆ CY_AXIDMAC_INTR_ACTIVE_CH_DISABLED

#define CY_AXIDMAC_INTR_ACTIVE_CH_DISABLED   (AXI_DMAC_CH_INTR_ACTIVE_CH_DISABLED_Msk)

Bit 6: The channel is disabled and the data transfer engine is busy.

◆ CY_AXIDMAC_INTR_DESCR_BUS_ERROR

#define CY_AXIDMAC_INTR_DESCR_BUS_ERROR   (AXI_DMAC_CH_INTR_DESCR_BUS_ERROR_Msk)

Bit 7: Bus error for a load of the descriptor.