Home
last modified time | relevance | path

Searched refs:ETH_PAUSELOWTHRESHOLD_MINUS4 (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.h173 ( ( ( THRESHOLD ) == ETH_PAUSELOWTHRESHOLD_MINUS4 ) || \
1296 …#define ETH_PAUSELOWTHRESHOLD_MINUS4 ( ( uint32_t ) 0x00000000U ) /*!< Pause time minus 4 slo… macro
Dstm32fxx_hal_eth.c1187 macinit.PauseLowThreshold = ETH_PAUSELOWTHRESHOLD_MINUS4; in ETH_MACDMAConfig()