STM32F439xx 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 1501 of file stm32f4xx_hal_eth.h.

#define ETH_MAC_IT_MMCR   0x00000020U

MMC receive interrupt

Definition at line 1500 of file stm32f4xx_hal_eth.h.

#define ETH_MAC_IT_MMCT   0x00000040U

MMC transmit interrupt

Definition at line 1499 of file stm32f4xx_hal_eth.h.

#define ETH_MAC_IT_PMT   0x00000008U

PMT interrupt (on MAC)

Definition at line 1502 of file stm32f4xx_hal_eth.h.

#define ETH_MAC_IT_TST   0x00000200U

Time stamp trigger interrupt (on MAC)

Definition at line 1498 of file stm32f4xx_hal_eth.h.