STM32F479xx HAL User Manual
Defines
ETH MAC Interrupts
ETH Exported Constants

Defines

#define ETH_MAC_IT_TST   0x00000200U
#define ETH_MAC_IT_MMCT   0x00000040U
#define ETH_MAC_IT_MMCR   0x00000020U
#define ETH_MAC_IT_MMC   0x00000010U
#define ETH_MAC_IT_PMT   0x00000008U

Define Documentation

#define ETH_MAC_IT_MMC   0x00000010U

MMC interrupt (on MAC)

Definition at line 1520 of file stm32f4xx_hal_eth.h.

#define ETH_MAC_IT_MMCR   0x00000020U

MMC receive interrupt

Definition at line 1519 of file stm32f4xx_hal_eth.h.

#define ETH_MAC_IT_MMCT   0x00000040U

MMC transmit interrupt

Definition at line 1518 of file stm32f4xx_hal_eth.h.

#define ETH_MAC_IT_PMT   0x00000008U

PMT interrupt (on MAC)

Definition at line 1521 of file stm32f4xx_hal_eth.h.

#define ETH_MAC_IT_TST   0x00000200U

Time stamp trigger interrupt (on MAC)

Definition at line 1517 of file stm32f4xx_hal_eth.h.