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

Defines

#define ETH_MMC_IT_RGUF   0x10020000U
#define ETH_MMC_IT_RFAE   0x10000040U
#define ETH_MMC_IT_RFCE   0x10000020U

Define Documentation

#define ETH_MMC_IT_RFAE   0x10000040U

When Rx alignment error counter reaches half the maximum value

Definition at line 1449 of file stm32f4xx_hal_eth.h.

#define ETH_MMC_IT_RFCE   0x10000020U

When Rx crc error counter reaches half the maximum value

Definition at line 1450 of file stm32f4xx_hal_eth.h.

#define ETH_MMC_IT_RGUF   0x10020000U

When Rx good unicast frames counter reaches half the maximum value

Definition at line 1448 of file stm32f4xx_hal_eth.h.