Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth_ex.c320 …tusTypeDef HAL_ETHEx_GetRxVLANConfig(ETH_HandleTypeDef *heth, ETH_RxVLANConfigTypeDef *pVlanConfig) in HAL_ETHEx_GetRxVLANConfig() argument
322 if(pVlanConfig == NULL) in HAL_ETHEx_GetRxVLANConfig()
327pVlanConfig->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()
329pVlanConfig->InnerVLANTag = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_ERIVLT) >> 27) == 0U) ? … in HAL_ETHEx_GetRxVLANConfig()
330pVlanConfig->DoubleVLANProcessing = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_EDVLP) >> 26) ==… in HAL_ETHEx_GetRxVLANConfig()
331pVlanConfig->VLANTagHashTableMatch = ((READ_BIT(heth->Instance->MACVTR, ETH_MACVTR_VTHM) >> 25) ==… in HAL_ETHEx_GetRxVLANConfig()
332pVlanConfig->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()
334pVlanConfig->VLANTypeCheck = READ_BIT(heth->Instance->MACVTR, (ETH_MACVTR_DOVLTC | ETH_MACVTR_ERSV… in HAL_ETHEx_GetRxVLANConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth_ex.c416 …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/
Dstm32h5xx_hal_eth_ex.c416 …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/
Dstm32h7xx_hal_eth_ex.c416 …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/
Dstm32n6xx_hal_eth_ex.c459 …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()
469pVlanConfig->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()
474pVlanConfig->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/
Dstm32h5xx_hal_eth_ex.h329 …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/
Dstm32h7xx_hal_eth_ex.h329 …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/
Dstm32h7rsxx_hal_eth_ex.h329 …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/
Dstm32h7xx_hal_eth_ex_legacy.h320 …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/
Dstm32n6xx_hal_eth_ex.h657 …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);