STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
โ€ขAll Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ETH MMC Rx Interrupts
Collaboration diagram for ETH MMC Rx Interrupts:

Macros

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

Detailed Description

Macro Definition Documentation

โ—† ETH_MMC_IT_RGUF

#define ETH_MMC_IT_RGUF   0x10020000U

#include <stm32f4xx_hal_eth.h>

When Rx good unicast frames counter reaches half the maximum value

Definition at line 1555 of file stm32f4xx_hal_eth.h.

โ—† ETH_MMC_IT_RFAE

#define ETH_MMC_IT_RFAE   0x10000040U

#include <stm32f4xx_hal_eth.h>

When Rx alignment error counter reaches half the maximum value

Definition at line 1556 of file stm32f4xx_hal_eth.h.

โ—† ETH_MMC_IT_RFCE

#define ETH_MMC_IT_RFCE   0x10000020U

#include <stm32f4xx_hal_eth.h>

When Rx crc error counter reaches half the maximum value

Definition at line 1557 of file stm32f4xx_hal_eth.h.