HAL
ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_RECEIVEDTHRESHOLDCONTROL_64BYTES

ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES macro

threshold level of the MTL Receive FIFO is 64 Bytes

Syntax

#define ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES 0x00000000U

References

LocationText
stm32f4xx_hal_eth.h:1611
#define ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES 0x00000000U /*!< threshold level of the MTL Receive FIFO is 64 Bytes */
stm32f4xx_hal_eth_legacy.h:1320
#define ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES 0x00000000U /*!< threshold level of the MTL Receive FIFO is 64 Bytes */
stm32f4xx_hal_eth.c:2011
dmainit.ReceiveThresholdControl = ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES;
stm32f4xx_hal_eth.c:2883
dmaDefaultConf.ReceiveThresholdControl = ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES;