Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c485 pVlanConfig->VLANcomparison = READ_BIT(heth->Instance->MACVTDR, ETH_MACVTDR_ETV); in HAL_ETHEx_GetRxVLANConfig()
524 … ((uint32_t)pVlanConfig->VLANcomparison << 17) | in HAL_ETHEx_SetRxVLANConfig()
528 HAL_ETH_SetRxVLANIdentifier(heth, (uint32_t)pVlanConfig->VLANcomparison, pVlanConfig->VLANTagID); in HAL_ETHEx_SetRxVLANConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h74 uint32_t VLANcomparison; /*!< 12-bit or 16-bit VLAN comparison */ member