STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
ETH Pass Control Frames

Macros

#define ETH_PASSCONTROLFRAMES_BLOCKALL   ((uint32_t)0x00000040U)
 
#define ETH_PASSCONTROLFRAMES_FORWARDALL   ((uint32_t)0x00000080U)
 
#define ETH_PASSCONTROLFRAMES_FORWARDPASSEDADDRFILTER   ((uint32_t)0x000000C0U)
 

Detailed Description

Macro Definition Documentation

#define ETH_PASSCONTROLFRAMES_BLOCKALL   ((uint32_t)0x00000040U)

MAC filters all control frames from reaching the application

Definition at line 1090 of file stm32f7xx_hal_eth.h.

#define ETH_PASSCONTROLFRAMES_FORWARDALL   ((uint32_t)0x00000080U)

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

Definition at line 1091 of file stm32f7xx_hal_eth.h.

#define ETH_PASSCONTROLFRAMES_FORWARDPASSEDADDRFILTER   ((uint32_t)0x000000C0U)

MAC forwards control frames that pass the Address Filter.

Definition at line 1092 of file stm32f7xx_hal_eth.h.