Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h70 FunctionalState VLANTagInverseMatch; /*!< Enable or disable VLAN Tag Inverse Match */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c479 …pVlanConfig->VLANTagInverseMatch = ((READ_BIT(heth->Instance->MACVTCR, ETH_MACVTCR_VTIM) >> 17) ==… in HAL_ETHEx_GetRxVLANConfig()
520 … ((uint32_t)pVlanConfig->VLANTagInverseMatch << 17) | in HAL_ETHEx_SetRxVLANConfig()