STM32H735xx HAL User Manual
Defines
ETHEx VLAN Type Check
ETHEx Exported Constants

Defines

#define ETH_VLANTYPECHECK_DISABLE   ETH_MACVTR_DOVLTC
#define ETH_VLANTYPECHECK_SVLAN   (ETH_MACVTR_ERSVLM | ETH_MACVTR_ESVL)
#define ETH_VLANTYPECHECK_CVLAN   ((uint32_t)0x00000000)

Define Documentation

#define ETH_VLANTYPECHECK_CVLAN   ((uint32_t)0x00000000)

Definition at line 267 of file stm32h7xx_hal_eth_ex.h.

#define ETH_VLANTYPECHECK_DISABLE   ETH_MACVTR_DOVLTC

Definition at line 265 of file stm32h7xx_hal_eth_ex.h.

#define ETH_VLANTYPECHECK_SVLAN   (ETH_MACVTR_ERSVLM | ETH_MACVTR_ESVL)

Definition at line 266 of file stm32h7xx_hal_eth_ex.h.