STM32F439xx HAL User Manual
Defines
ETH Pause Low Threshold
ETH Exported Constants

Defines

#define ETH_PAUSELOWTHRESHOLD_MINUS4   0x00000000U
#define ETH_PAUSELOWTHRESHOLD_MINUS28   0x00000010U
#define ETH_PAUSELOWTHRESHOLD_MINUS144   0x00000020U
#define ETH_PAUSELOWTHRESHOLD_MINUS256   0x00000030U

Define Documentation

#define ETH_PAUSELOWTHRESHOLD_MINUS144   0x00000020U

Pause time minus 144 slot times

Definition at line 1155 of file stm32f4xx_hal_eth.h.

#define ETH_PAUSELOWTHRESHOLD_MINUS256   0x00000030U

Pause time minus 256 slot times

Definition at line 1156 of file stm32f4xx_hal_eth.h.

#define ETH_PAUSELOWTHRESHOLD_MINUS28   0x00000010U

Pause time minus 28 slot times

Definition at line 1154 of file stm32f4xx_hal_eth.h.

#define ETH_PAUSELOWTHRESHOLD_MINUS4   0x00000000U

Pause time minus 4 slot times

Definition at line 1153 of file stm32f4xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().