Home
last modified time | relevance | path

Searched refs:VLANTagEnable (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h76 FunctionalState VLANTagEnable; /*!< VLAN Tag Enable */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c483 pVlanConfig->VLANTagEnable = ((READ_BIT(heth->Instance->MACVTDR, ETH_MACVTDR_VEN) >> 16) == 0U) in HAL_ETHEx_GetRxVLANConfig()
523 …MODIFY_REG(heth->Instance->MACVTDR, ETH_MACRXVLAN_MASK, (((uint32_t)pVlanConfig->VLANTagEnable << … in HAL_ETHEx_SetRxVLANConfig()