STM32F439xx HAL User Manual
Defines
ETH Pass Control Frames
ETH Exported Constants

Defines

#define ETH_PASSCONTROLFRAMES_BLOCKALL   0x00000040U
#define ETH_PASSCONTROLFRAMES_FORWARDALL   0x00000080U
#define ETH_PASSCONTROLFRAMES_FORWARDPASSEDADDRFILTER   0x000000C0U

Define Documentation

#define ETH_PASSCONTROLFRAMES_BLOCKALL   0x00000040U

MAC filters all control frames from reaching the application

Definition at line 1086 of file stm32f4xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().

#define ETH_PASSCONTROLFRAMES_FORWARDALL   0x00000080U

MAC forwards all control frames to application even if they fail the Address Filter

Definition at line 1087 of file stm32f4xx_hal_eth.h.

MAC forwards control frames that pass the Address Filter.

Definition at line 1088 of file stm32f4xx_hal_eth.h.