/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth_ex.c | 320 …tusTypeDef HAL_ETHEx_GetRxVLANConfig(ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig) in HAL_ETHEx_GetRxVLANConfig() argument 322 if(pVlanConfig == NULL) in HAL_ETHEx_GetRxVLANConfig() 327 …pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EIVLRXS) >> 31) … in HAL_ETHEx_GetRxVLANConfig() 328 pVlanConfig->StripInnerVLANTag = READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EIVLS); in HAL_ETHEx_GetRxVLANConfig() 329 …pVlanConfig->InnerVLANTag = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_ERIVLT) >> 27) == 0U) ? … in HAL_ETHEx_GetRxVLANConfig() 330 …pVlanConfig->DoubleVLANProcessing = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EDVLP) >> 26) ==… in HAL_ETHEx_GetRxVLANConfig() 331 …pVlanConfig->VLANTagHashTableMatch = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_VTHM) >> 25) ==… in HAL_ETHEx_GetRxVLANConfig() 332 …pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EVLRXS) >> 24) == 0U)… in HAL_ETHEx_GetRxVLANConfig() 333 pVlanConfig->StripVLANTag = READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EVLS); in HAL_ETHEx_GetRxVLANConfig() 334 …pVlanConfig->VLANTypeCheck = READ_BIT(heth->Instance->MACVTR, (ETH_MACVTR_DOVLTC | ETH_MACVTR_ERSV… in HAL_ETHEx_GetRxVLANConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth_ex.c | 416 …eDef HAL_ETHEx_GetRxVLANConfig(const ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig) in HAL_ETHEx_GetRxVLANConfig() argument 418 if (pVlanConfig == NULL) in HAL_ETHEx_GetRxVLANConfig() 423 pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 425 pVlanConfig->StripInnerVLANTag = READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EIVLS); in HAL_ETHEx_GetRxVLANConfig() 426 pVlanConfig->InnerVLANTag = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 428 pVlanConfig->DoubleVLANProcessing = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 430 pVlanConfig->VLANTagHashTableMatch = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 432 pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 434 pVlanConfig->StripVLANTag = READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EVLS); in HAL_ETHEx_GetRxVLANConfig() 435 pVlanConfig->VLANTypeCheck = READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_eth_ex.c | 416 …eDef HAL_ETHEx_GetRxVLANConfig(const ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig) in HAL_ETHEx_GetRxVLANConfig() argument 418 if (pVlanConfig == NULL) in HAL_ETHEx_GetRxVLANConfig() 423 pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 425 pVlanConfig->StripInnerVLANTag = READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EIVLS); in HAL_ETHEx_GetRxVLANConfig() 426 pVlanConfig->InnerVLANTag = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 428 pVlanConfig->DoubleVLANProcessing = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 430 pVlanConfig->VLANTagHashTableMatch = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 432 pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 434 pVlanConfig->StripVLANTag = READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EVLS); in HAL_ETHEx_GetRxVLANConfig() 435 pVlanConfig->VLANTypeCheck = READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth_ex.c | 416 …eDef HAL_ETHEx_GetRxVLANConfig(const ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig) in HAL_ETHEx_GetRxVLANConfig() argument 418 if (pVlanConfig == NULL) in HAL_ETHEx_GetRxVLANConfig() 423 pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 425 pVlanConfig->StripInnerVLANTag = READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EIVLS); in HAL_ETHEx_GetRxVLANConfig() 426 pVlanConfig->InnerVLANTag = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 428 pVlanConfig->DoubleVLANProcessing = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 430 pVlanConfig->VLANTagHashTableMatch = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 432 pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() 434 pVlanConfig->StripVLANTag = READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EVLS); in HAL_ETHEx_GetRxVLANConfig() 435 pVlanConfig->VLANTypeCheck = READ_BIT(heth->Instance->MACVTR, in HAL_ETHEx_GetRxVLANConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_eth_ex.c | 459 …eDef HAL_ETHEx_GetRxVLANConfig(const ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig) in HAL_ETHEx_GetRxVLANConfig() argument 461 if (pVlanConfig == NULL) in HAL_ETHEx_GetRxVLANConfig() 466 pVlanConfig->InnerVLANTagInStatus = ((READ_BIT(heth->Instance->MACVTCR, in HAL_ETHEx_GetRxVLANConfig() 468 pVlanConfig->StripInnerVLANTag = READ_BIT(heth->Instance->MACVTCR, ETH_MACVTCR_EIVLS); in HAL_ETHEx_GetRxVLANConfig() 469 …pVlanConfig->InnerVLANTag = ((READ_BIT(heth->Instance->MACVTCR, ETH_MACVTCR_ERIVLT) >> 27) == 0U) … in HAL_ETHEx_GetRxVLANConfig() 470 pVlanConfig->DoubleVLANProcessing = ((READ_BIT(heth->Instance->MACVTCR, in HAL_ETHEx_GetRxVLANConfig() 472 pVlanConfig->VLANTagHashTableMatch = ((READ_BIT(heth->Instance->MACVTCR, in HAL_ETHEx_GetRxVLANConfig() 474 …pVlanConfig->VLANTagInStatus = ((READ_BIT(heth->Instance->MACVTCR, ETH_MACVTCR_EVLRXS) >> 24) == 0… in HAL_ETHEx_GetRxVLANConfig() 476 pVlanConfig->StripVLANTag = READ_BIT(heth->Instance->MACVTCR, ETH_MACVTCR_EVLS); in HAL_ETHEx_GetRxVLANConfig() 477 pVlanConfig->VLANTypeCheck = READ_BIT(heth->Instance->MACVTCR, in HAL_ETHEx_GetRxVLANConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth_ex.h | 329 …Def HAL_ETHEx_GetRxVLANConfig(const ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 330 …usTypeDef HAL_ETHEx_SetRxVLANConfig(ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 333 ETH_TxVLANConfigTypeDef *pVlanConfig); 335 const ETH_TxVLANConfigTypeDef *pVlanConfig);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth_ex.h | 329 …Def HAL_ETHEx_GetRxVLANConfig(const ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 330 …usTypeDef HAL_ETHEx_SetRxVLANConfig(ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 333 ETH_TxVLANConfigTypeDef *pVlanConfig); 335 const ETH_TxVLANConfigTypeDef *pVlanConfig);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth_ex.h | 329 …Def HAL_ETHEx_GetRxVLANConfig(const ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 330 …usTypeDef HAL_ETHEx_SetRxVLANConfig(ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 333 ETH_TxVLANConfigTypeDef *pVlanConfig); 335 const ETH_TxVLANConfigTypeDef *pVlanConfig);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_ex_legacy.h | 320 …usTypeDef HAL_ETHEx_GetRxVLANConfig(ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 321 …usTypeDef HAL_ETHEx_SetRxVLANConfig(ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 323 …x_GetTxVLANConfig(ETH_HandleTypeDef *heth, uint32_t VLANTag ,ETH_TxVLANConfigTypeDef *pVlanConfig); 324 …x_SetTxVLANConfig(ETH_HandleTypeDef *heth, uint32_t VLANTag ,ETH_TxVLANConfigTypeDef *pVlanConfig);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_eth_ex.h | 657 …Def HAL_ETHEx_GetRxVLANConfig(const ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 658 …usTypeDef HAL_ETHEx_SetRxVLANConfig(ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig); 661 ETH_TxVLANConfigTypeDef *pVlanConfig); 663 const ETH_TxVLANConfigTypeDef *pVlanConfig);
|