Home
last modified time | relevance | path

Searched refs:VLANTagInStatus (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth_ex.c332 …pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EVLRXS) >> 24) == 0U)… in HAL_ETHEx_GetRxVLANConfig()
361 … ((uint32_t)pVlanConfig->VLANTagInStatus << 24) | in HAL_ETHEx_SetRxVLANConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth_ex.c432 pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig()
464 … ((uint32_t)pVlanConfig->VLANTagInStatus << 24) | in HAL_ETHEx_SetRxVLANConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth_ex.c432 pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig()
464 … ((uint32_t)pVlanConfig->VLANTagInStatus << 24) | in HAL_ETHEx_SetRxVLANConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth_ex.c432 pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig()
464 … ((uint32_t)pVlanConfig->VLANTagInStatus << 24) | in HAL_ETHEx_SetRxVLANConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth_ex.h62 FunctionalState VLANTagInStatus; /*!< Enable or Disable VLAN Tag in Rx status */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth_ex.h62 FunctionalState VLANTagInStatus; /*!< Enable or Disable VLAN Tag in Rx status */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth_ex.h62 FunctionalState VLANTagInStatus; /*!< Enable or Disable VLAN Tag in Rx status */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_ex_legacy.h60 FunctionalState VLANTagInStatus; /*!< Enable or Disable VLAN Tag in Rx status */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h62 FunctionalState VLANTagInStatus; /*!< Enable or Disable VLAN Tag in Rx status */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c474 …pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTCR, ETH_MACVTCR_EVLRXS) >> 24) == 0… in HAL_ETHEx_GetRxVLANConfig()
517 … ((uint32_t)pVlanConfig->VLANTagInStatus << 24) | in HAL_ETHEx_SetRxVLANConfig()