STM32H735xx HAL User Manual
|
ETH RX VLAN structure definition. More...
#include <stm32h7xx_hal_eth_ex.h>
Data Fields | |
FunctionalState | InnerVLANTagInStatus |
uint32_t | StripInnerVLANTag |
FunctionalState | InnerVLANTag |
FunctionalState | DoubleVLANProcessing |
FunctionalState | VLANTagHashTableMatch |
FunctionalState | VLANTagInStatus |
uint32_t | StripVLANTag |
uint32_t | VLANTypeCheck |
FunctionalState | VLANTagInverceMatch |
ETH RX VLAN structure definition.
Definition at line 48 of file stm32h7xx_hal_eth_ex.h.
FunctionalState ETH_RxVLANConfigTypeDef::DoubleVLANProcessing |
Enable or Disable double VLAN processing
Definition at line 56 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().
FunctionalState ETH_RxVLANConfigTypeDef::InnerVLANTag |
Enables or disables Inner VLAN Tag
Definition at line 54 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().
FunctionalState ETH_RxVLANConfigTypeDef::InnerVLANTagInStatus |
Enables or disables Inner VLAN Tag in Rx Status
Definition at line 49 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().
Sets the Inner VLAN Tag Stripping on Receive This parameter can be a value of ETHEx Rx Inner VLAN Tag Stripping
Definition at line 51 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().
Set the VLAN Tag Stripping on Receive This parameter can be a value of ETHEx Rx VLAN Tag Stripping
Definition at line 62 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().
FunctionalState ETH_RxVLANConfigTypeDef::VLANTagHashTableMatch |
Enable or Disable VLAN Tag Hash Table Match
Definition at line 58 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().
FunctionalState ETH_RxVLANConfigTypeDef::VLANTagInStatus |
Enable or Disable VLAN Tag in Rx status
Definition at line 60 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().
FunctionalState ETH_RxVLANConfigTypeDef::VLANTagInverceMatch |
Enable or disable VLAN Tag Inverse Match
Definition at line 68 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().
Enable or Disable VLAN Type Check This parameter can be a value of ETHEx VLAN Type Check
Definition at line 65 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetRxVLANConfig(), and HAL_ETHEx_SetRxVLANConfig().