STM32F439xx HAL User Manual
Defines
ETH MMC Tx Interrupts
ETH Exported Constants

Defines

#define ETH_MMC_IT_TGF   0x00200000U
#define ETH_MMC_IT_TGFMSC   0x00008000U
#define ETH_MMC_IT_TGFSC   0x00004000U

Define Documentation

#define ETH_MMC_IT_TGF   0x00200000U

When Tx good frame counter reaches half the maximum value

Definition at line 1438 of file stm32f4xx_hal_eth.h.

#define ETH_MMC_IT_TGFMSC   0x00008000U

When Tx good multi col counter reaches half the maximum value

Definition at line 1439 of file stm32f4xx_hal_eth.h.

#define ETH_MMC_IT_TGFSC   0x00004000U

When Tx good single col counter reaches half the maximum value

Definition at line 1440 of file stm32f4xx_hal_eth.h.