STM32F439xx HAL User Manual
Defines
ETH Rx DMA Burst Length
ETH Exported Constants

Defines

#define ETH_RXDMABURSTLENGTH_1BEAT   0x00020000U
#define ETH_RXDMABURSTLENGTH_2BEAT   0x00040000U
#define ETH_RXDMABURSTLENGTH_4BEAT   0x00080000U
#define ETH_RXDMABURSTLENGTH_8BEAT   0x00100000U
#define ETH_RXDMABURSTLENGTH_16BEAT   0x00200000U
#define ETH_RXDMABURSTLENGTH_32BEAT   0x00400000U
#define ETH_RXDMABURSTLENGTH_4XPBL_4BEAT   0x01020000U
#define ETH_RXDMABURSTLENGTH_4XPBL_8BEAT   0x01040000U
#define ETH_RXDMABURSTLENGTH_4XPBL_16BEAT   0x01080000U
#define ETH_RXDMABURSTLENGTH_4XPBL_32BEAT   0x01100000U
#define ETH_RXDMABURSTLENGTH_4XPBL_64BEAT   0x01200000U
#define ETH_RXDMABURSTLENGTH_4XPBL_128BEAT   0x01400000U

Define Documentation

#define ETH_RXDMABURSTLENGTH_16BEAT   0x00200000U

maximum number of beats to be transferred in one RxDMA transaction is 16

Definition at line 1344 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_1BEAT   0x00020000U

maximum number of beats to be transferred in one RxDMA transaction is 1

Definition at line 1340 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_2BEAT   0x00040000U

maximum number of beats to be transferred in one RxDMA transaction is 2

Definition at line 1341 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_32BEAT   0x00400000U

maximum number of beats to be transferred in one RxDMA transaction is 32

Definition at line 1345 of file stm32f4xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().

#define ETH_RXDMABURSTLENGTH_4BEAT   0x00080000U

maximum number of beats to be transferred in one RxDMA transaction is 4

Definition at line 1342 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_4XPBL_128BEAT   0x01400000U

maximum number of beats to be transferred in one RxDMA transaction is 128

Definition at line 1351 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_4XPBL_16BEAT   0x01080000U

maximum number of beats to be transferred in one RxDMA transaction is 16

Definition at line 1348 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_4XPBL_32BEAT   0x01100000U

maximum number of beats to be transferred in one RxDMA transaction is 32

Definition at line 1349 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_4XPBL_4BEAT   0x01020000U

maximum number of beats to be transferred in one RxDMA transaction is 4

Definition at line 1346 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_4XPBL_64BEAT   0x01200000U

maximum number of beats to be transferred in one RxDMA transaction is 64

Definition at line 1350 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_4XPBL_8BEAT   0x01040000U

maximum number of beats to be transferred in one RxDMA transaction is 8

Definition at line 1347 of file stm32f4xx_hal_eth.h.

#define ETH_RXDMABURSTLENGTH_8BEAT   0x00100000U

maximum number of beats to be transferred in one RxDMA transaction is 8

Definition at line 1343 of file stm32f4xx_hal_eth.h.