STM32F479xx HAL User Manual
Defines
ETH Tx DMA Burst Length
ETH Exported Constants

Defines

#define ETH_TXDMABURSTLENGTH_1BEAT   0x00000100U
#define ETH_TXDMABURSTLENGTH_2BEAT   0x00000200U
#define ETH_TXDMABURSTLENGTH_4BEAT   0x00000400U
#define ETH_TXDMABURSTLENGTH_8BEAT   0x00000800U
#define ETH_TXDMABURSTLENGTH_16BEAT   0x00001000U
#define ETH_TXDMABURSTLENGTH_32BEAT   0x00002000U
#define ETH_TXDMABURSTLENGTH_4XPBL_4BEAT   0x01000100U
#define ETH_TXDMABURSTLENGTH_4XPBL_8BEAT   0x01000200U
#define ETH_TXDMABURSTLENGTH_4XPBL_16BEAT   0x01000400U
#define ETH_TXDMABURSTLENGTH_4XPBL_32BEAT   0x01000800U
#define ETH_TXDMABURSTLENGTH_4XPBL_64BEAT   0x01001000U
#define ETH_TXDMABURSTLENGTH_4XPBL_128BEAT   0x01002000U

Define Documentation

#define ETH_TXDMABURSTLENGTH_16BEAT   0x00001000U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 16

Definition at line 1382 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_1BEAT   0x00000100U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 1

Definition at line 1378 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_2BEAT   0x00000200U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 2

Definition at line 1379 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_32BEAT   0x00002000U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 32

Definition at line 1383 of file stm32f4xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().

#define ETH_TXDMABURSTLENGTH_4BEAT   0x00000400U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 4

Definition at line 1380 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_4XPBL_128BEAT   0x01002000U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 128

Definition at line 1389 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_4XPBL_16BEAT   0x01000400U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 16

Definition at line 1386 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_4XPBL_32BEAT   0x01000800U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 32

Definition at line 1387 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_4XPBL_4BEAT   0x01000100U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 4

Definition at line 1384 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_4XPBL_64BEAT   0x01001000U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 64

Definition at line 1388 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_4XPBL_8BEAT   0x01000200U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 8

Definition at line 1385 of file stm32f4xx_hal_eth.h.

#define ETH_TXDMABURSTLENGTH_8BEAT   0x00000800U

maximum number of beats to be transferred in one TxDMA (or both) transaction is 8

Definition at line 1381 of file stm32f4xx_hal_eth.h.