MTB CAT1 Peripheral driver library

General Description

Macros

#define CY_ETHIF_DRV_VERSION_MAJOR   1
 Driver major version.
 
#define CY_ETHIF_DRV_VERSION_MINOR   30
 Driver minor version.
 
#define CY_ETHIF_ID   CY_PDL_DRV_ID(0x71U)
 Eth driver ID.
 
#define CY_ETHIF_CFG_DMA_DISC_RXP   (0x01U)
 The DMA will automatically discard receive packets from the receiver packet buffer memory when no AMBA (AXI) resource is available. More...
 
#define CY_ETHIF_CFG_DMA_FRCE_RX_BRST   (0x02U)
 Force the RX DMA to always issue max length bursts on EOP(end of packet) or EOB(end of buffer) transfers. More...
 
#define CY_ETHIF_CFG_DMA_FRCE_TX_BRST   (0x04U)
 Force the TX DMA to always issue max length bursts on EOP(end of packet) or EOB(end of buffer) transfers. More...
 

Macro Definition Documentation

◆ CY_ETHIF_CFG_DMA_DISC_RXP

#define CY_ETHIF_CFG_DMA_DISC_RXP   (0x01U)

The DMA will automatically discard receive packets from the receiver packet buffer memory when no AMBA (AXI) resource is available.

◆ CY_ETHIF_CFG_DMA_FRCE_RX_BRST

#define CY_ETHIF_CFG_DMA_FRCE_RX_BRST   (0x02U)

Force the RX DMA to always issue max length bursts on EOP(end of packet) or EOB(end of buffer) transfers.

◆ CY_ETHIF_CFG_DMA_FRCE_TX_BRST

#define CY_ETHIF_CFG_DMA_FRCE_TX_BRST   (0x04U)

Force the TX DMA to always issue max length bursts on EOP(end of packet) or EOB(end of buffer) transfers.