STM32H735xx HAL User Manual
|
ETH TX VLAN structure definition. More...
#include <stm32h7xx_hal_eth_ex.h>
Data Fields | |
FunctionalState | SourceTxDesc |
FunctionalState | SVLANType |
uint32_t | VLANTagControl |
ETH TX VLAN structure definition.
Definition at line 77 of file stm32h7xx_hal_eth_ex.h.
FunctionalState ETH_TxVLANConfigTypeDef::SourceTxDesc |
Enable or Disable VLAN tag source from DMA tx descriptors
Definition at line 78 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetTxVLANConfig(), and HAL_ETHEx_SetTxVLANConfig().
FunctionalState ETH_TxVLANConfigTypeDef::SVLANType |
Enable or Disable insertion of SVLAN type
Definition at line 80 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetTxVLANConfig(), and HAL_ETHEx_SetTxVLANConfig().
Sets the VLAN tag control in tx packets This parameter can be a value of ETHEx_VLAN_Tag_Control
Definition at line 82 of file stm32h7xx_hal_eth_ex.h.
Referenced by HAL_ETHEx_GetTxVLANConfig(), and HAL_ETHEx_SetTxVLANConfig().