STM32F439xx HAL User Manual
Defines
ETH Receive Threshold Control
ETH Exported Constants

Defines

#define ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES   0x00000000U
#define ETH_RECEIVEDTHRESHOLDCONTROL_32BYTES   0x00000008U
#define ETH_RECEIVEDTHRESHOLDCONTROL_96BYTES   0x00000010U
#define ETH_RECEIVEDTHRESHOLDCONTROL_128BYTES   0x00000018U

Define Documentation

#define ETH_RECEIVEDTHRESHOLDCONTROL_128BYTES   0x00000018U

threshold level of the MTL Receive FIFO is 128 Bytes

Definition at line 1305 of file stm32f4xx_hal_eth.h.

#define ETH_RECEIVEDTHRESHOLDCONTROL_32BYTES   0x00000008U

threshold level of the MTL Receive FIFO is 32 Bytes

Definition at line 1303 of file stm32f4xx_hal_eth.h.

#define ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES   0x00000000U

threshold level of the MTL Receive FIFO is 64 Bytes

Definition at line 1302 of file stm32f4xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().

#define ETH_RECEIVEDTHRESHOLDCONTROL_96BYTES   0x00000010U

threshold level of the MTL Receive FIFO is 96 Bytes

Definition at line 1304 of file stm32f4xx_hal_eth.h.