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