ARMEBS4  revision-26.06.2015
Macros
ETH_Pass_Control_Frames
Collaboration diagram for ETH_Pass_Control_Frames:

Macros

#define ETH_PassControlFrames_BlockAll
 
#define ETH_PassControlFrames_ForwardAll
 
#define ETH_PassControlFrames_ForwardPassedAddrFilter
 

Detailed Description

Macro Definition Documentation

#define ETH_PassControlFrames_BlockAll

MAC filters all control frames from reaching the application

Definition at line 805 of file stm32f4xx_eth.h.

#define ETH_PassControlFrames_ForwardAll

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

Definition at line 806 of file stm32f4xx_eth.h.

#define ETH_PassControlFrames_ForwardPassedAddrFilter

MAC forwards control frames that pass the Address Filter.

Definition at line 807 of file stm32f4xx_eth.h.