Searched refs:InnerVLANTagInStatus (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth_ex.c | 327 …pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EIVLRXS) >> 31) … in HAL_ETHEx_GetRxVLANConfig() 356 …(heth->Instance->MACVTR, ETH_MACRXVLAN_MASK, (((uint32_t)pVlanConfig->InnerVLANTagInStatus << 31) | in HAL_ETHEx_SetRxVLANConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth_ex.c | 423 pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 459 …(heth->Instance->MACVTR, ETH_MACRXVLAN_MASK, (((uint32_t)pVlanConfig->InnerVLANTagInStatus << 31) | in HAL_ETHEx_SetRxVLANConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_eth_ex.c | 423 pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 459 …(heth->Instance->MACVTR, ETH_MACRXVLAN_MASK, (((uint32_t)pVlanConfig->InnerVLANTagInStatus << 31) | in HAL_ETHEx_SetRxVLANConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth_ex.c | 423 pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 459 …(heth->Instance->MACVTR, ETH_MACRXVLAN_MASK, (((uint32_t)pVlanConfig->InnerVLANTagInStatus << 31) | in HAL_ETHEx_SetRxVLANConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth_ex.h | 50 …FunctionalState InnerVLANTagInStatus; /*!< Enables or disables Inner VLAN Tag in Rx Status */ member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth_ex.h | 50 …FunctionalState InnerVLANTagInStatus; /*!< Enables or disables Inner VLAN Tag in Rx Status */ member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth_ex.h | 50 …FunctionalState InnerVLANTagInStatus; /*!< Enables or disables Inner VLAN Tag in Rx Status */ member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_ex_legacy.h | 49 …FunctionalState InnerVLANTagInStatus; /*!< Enables or disables Inner VLAN Tag in Rx Status */ member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_eth_ex.h | 50 …FunctionalState InnerVLANTagInStatus; /*!< Enables or disables Inner VLAN Tag in Rx Status */ member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_eth_ex.c | 466 pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTCR, in HAL_ETHEx_GetRxVLANConfig() 512 …heth->Instance->MACVTCR, ETH_MACRXVLAN_MASK, (((uint32_t)pVlanConfig->InnerVLANTagInStatus << 31) | in HAL_ETHEx_SetRxVLANConfig()
|