![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | ETH_MMC_IT_TGF ((uint32_t)0x00200000U) |
#define | ETH_MMC_IT_TGFMSC ((uint32_t)0x00008000U) |
#define | ETH_MMC_IT_TGFSC ((uint32_t)0x00004000U) |
#define ETH_MMC_IT_TGF ((uint32_t)0x00200000U) |
When Tx good frame counter reaches half the maximum value
Definition at line 1442 of file stm32f7xx_hal_eth.h.
#define ETH_MMC_IT_TGFMSC ((uint32_t)0x00008000U) |
When Tx good multi col counter reaches half the maximum value
Definition at line 1443 of file stm32f7xx_hal_eth.h.
#define ETH_MMC_IT_TGFSC ((uint32_t)0x00004000U) |
When Tx good single col counter reaches half the maximum value
Definition at line 1444 of file stm32f7xx_hal_eth.h.