STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | ETH_MAC_PMT_IT ETH_MACSR_PMTS |
#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 ETH_MAC_PMT_IT ETH_MACSR_PMTS |
#include <stm32f4xx_hal_eth.h>
Definition at line 1160 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_IRQHandler().
#define ETH_MAC_IT_TST 0x00000200U |
#include <stm32f4xx_hal_eth.h>
Time stamp trigger interrupt (on MAC)
Definition at line 1605 of file stm32f4xx_hal_eth.h.
#define ETH_MAC_IT_MMCT 0x00000040U |
#include <stm32f4xx_hal_eth.h>
MMC transmit interrupt
Definition at line 1606 of file stm32f4xx_hal_eth.h.
#define ETH_MAC_IT_MMCR 0x00000020U |
#include <stm32f4xx_hal_eth.h>
MMC receive interrupt
Definition at line 1607 of file stm32f4xx_hal_eth.h.
#define ETH_MAC_IT_MMC 0x00000010U |
#include <stm32f4xx_hal_eth.h>
MMC interrupt (on MAC)
Definition at line 1608 of file stm32f4xx_hal_eth.h.
#define ETH_MAC_IT_PMT 0x00000008U |
#include <stm32f4xx_hal_eth.h>
PMT interrupt (on MAC)
Definition at line 1609 of file stm32f4xx_hal_eth.h.