STM32F439xx 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 1363 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 1359 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 1360 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 1364 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 1361 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 1370 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 1367 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 1368 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 1365 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 1369 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 1366 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 1362 of file stm32f4xx_hal_eth.h.