STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define ETH_MMC_IT_RGUF   ((uint32_t)0x10020000U)
 
#define ETH_MMC_IT_RFAE   ((uint32_t)0x10000040U)
 
#define ETH_MMC_IT_RFCE   ((uint32_t)0x10000020U)
 

Detailed Description

Macro Definition Documentation

#define ETH_MMC_IT_RFAE   ((uint32_t)0x10000040U)

When Rx alignment error counter reaches half the maximum value

Definition at line 1453 of file stm32f7xx_hal_eth.h.

#define ETH_MMC_IT_RFCE   ((uint32_t)0x10000020U)

When Rx crc error counter reaches half the maximum value

Definition at line 1454 of file stm32f7xx_hal_eth.h.

#define ETH_MMC_IT_RGUF   ((uint32_t)0x10020000U)

When Rx good unicast frames counter reaches half the maximum value

Definition at line 1452 of file stm32f7xx_hal_eth.h.