STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
ETH Receive Threshold Control

Macros

#define ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES   ((uint32_t)0x00000000U)
 
#define ETH_RECEIVEDTHRESHOLDCONTROL_32BYTES   ((uint32_t)0x00000008U)
 
#define ETH_RECEIVEDTHRESHOLDCONTROL_96BYTES   ((uint32_t)0x00000010U)
 
#define ETH_RECEIVEDTHRESHOLDCONTROL_128BYTES   ((uint32_t)0x00000018U)
 

Detailed Description

Macro Definition Documentation

#define ETH_RECEIVEDTHRESHOLDCONTROL_128BYTES   ((uint32_t)0x00000018U)

threshold level of the MTL Receive FIFO is 128 Bytes

Definition at line 1309 of file stm32f7xx_hal_eth.h.

#define ETH_RECEIVEDTHRESHOLDCONTROL_32BYTES   ((uint32_t)0x00000008U)

threshold level of the MTL Receive FIFO is 32 Bytes

Definition at line 1307 of file stm32f7xx_hal_eth.h.

#define ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES   ((uint32_t)0x00000000U)

threshold level of the MTL Receive FIFO is 64 Bytes

Definition at line 1306 of file stm32f7xx_hal_eth.h.

#define ETH_RECEIVEDTHRESHOLDCONTROL_96BYTES   ((uint32_t)0x00000010U)

threshold level of the MTL Receive FIFO is 96 Bytes

Definition at line 1308 of file stm32f7xx_hal_eth.h.