Macros | |
| #define | CY_ETHIF_DRV_VERSION_MAJOR 1 |
| Driver major version. | |
| #define | CY_ETHIF_DRV_VERSION_MINOR 40 |
| 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... | |
| #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.
| #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.
| #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.