STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
ETH Pause Low Threshold

Macros

#define ETH_PAUSELOWTHRESHOLD_MINUS4   ((uint32_t)0x00000000U)
 
#define ETH_PAUSELOWTHRESHOLD_MINUS28   ((uint32_t)0x00000010U)
 
#define ETH_PAUSELOWTHRESHOLD_MINUS144   ((uint32_t)0x00000020U)
 
#define ETH_PAUSELOWTHRESHOLD_MINUS256   ((uint32_t)0x00000030U)
 

Detailed Description

Macro Definition Documentation

#define ETH_PAUSELOWTHRESHOLD_MINUS144   ((uint32_t)0x00000020U)

Pause time minus 144 slot times

Definition at line 1159 of file stm32f7xx_hal_eth.h.

#define ETH_PAUSELOWTHRESHOLD_MINUS256   ((uint32_t)0x00000030U)

Pause time minus 256 slot times

Definition at line 1160 of file stm32f7xx_hal_eth.h.

#define ETH_PAUSELOWTHRESHOLD_MINUS28   ((uint32_t)0x00000010U)

Pause time minus 28 slot times

Definition at line 1158 of file stm32f7xx_hal_eth.h.

#define ETH_PAUSELOWTHRESHOLD_MINUS4   ((uint32_t)0x00000000U)

Pause time minus 4 slot times

Definition at line 1157 of file stm32f7xx_hal_eth.h.