STM32F439xx HAL User Manual
Defines
ETH Multicast Frames Filter
ETH Exported Constants

Defines

#define ETH_MULTICASTFRAMESFILTER_PERFECTHASHTABLE   0x00000404U
#define ETH_MULTICASTFRAMESFILTER_HASHTABLE   0x00000004U
#define ETH_MULTICASTFRAMESFILTER_PERFECT   0x00000000U
#define ETH_MULTICASTFRAMESFILTER_NONE   0x00000010U

Define Documentation

#define ETH_MULTICASTFRAMESFILTER_HASHTABLE   0x00000004U

Definition at line 1124 of file stm32f4xx_hal_eth.h.

#define ETH_MULTICASTFRAMESFILTER_NONE   0x00000010U

Definition at line 1126 of file stm32f4xx_hal_eth.h.

#define ETH_MULTICASTFRAMESFILTER_PERFECT   0x00000000U

Definition at line 1125 of file stm32f4xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().

Definition at line 1123 of file stm32f4xx_hal_eth.h.