Home
last modified time | relevance | path

Searched refs:VLANIdentifier (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth_ex.c456 …d HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag ,uint32_t VLANIdentifier) in HAL_ETHEx_SetTxVLANIdentifier() argument
460 MODIFY_REG(heth->Instance->MACIVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
464 MODIFY_REG(heth->Instance->MACVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
Dstm32h7xx_hal_eth.c2226 …_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier) in HAL_ETH_SetRxVLANIdentifier() argument
2230 MODIFY_REG(heth->Instance->MACVTR, ETH_MACVTR_VL , VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
2235 MODIFY_REG(heth->Instance->MACVTR, ETH_MACVTR_VL_VID , VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth_ex.c561 …d HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag, uint32_t VLANIdentifier) in HAL_ETHEx_SetTxVLANIdentifier() argument
565 MODIFY_REG(heth->Instance->MACIVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
569 MODIFY_REG(heth->Instance->MACVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
Dstm32h7rsxx_hal_eth.c2571 …_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier) in HAL_ETH_SetRxVLANIdentifier() argument
2575 MODIFY_REG(heth->Instance->MACVTR, ETH_MACVTR_VL, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
2580 MODIFY_REG(heth->Instance->MACVTR, ETH_MACVTR_VL_VID, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth_ex.c561 …d HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag, uint32_t VLANIdentifier) in HAL_ETHEx_SetTxVLANIdentifier() argument
565 MODIFY_REG(heth->Instance->MACIVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
569 MODIFY_REG(heth->Instance->MACVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
Dstm32h5xx_hal_eth.c2589 …_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier) in HAL_ETH_SetRxVLANIdentifier() argument
2593 MODIFY_REG(heth->Instance->MACVTR, ETH_MACVTR_VL, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
2598 MODIFY_REG(heth->Instance->MACVTR, ETH_MACVTR_VL_VID, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth_ex.c561 …d HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag, uint32_t VLANIdentifier) in HAL_ETHEx_SetTxVLANIdentifier() argument
565 MODIFY_REG(heth->Instance->MACIVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
569 MODIFY_REG(heth->Instance->MACVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
Dstm32h7xx_hal_eth.c2627 …_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier) in HAL_ETH_SetRxVLANIdentifier() argument
2631 MODIFY_REG(heth->Instance->MACVTR, ETH_MACVTR_VL, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
2636 MODIFY_REG(heth->Instance->MACVTR, ETH_MACVTR_VL_VID, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c622 …d HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag, uint32_t VLANIdentifier) in HAL_ETHEx_SetTxVLANIdentifier() argument
626 MODIFY_REG(heth->Instance->MACIVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
630 MODIFY_REG(heth->Instance->MACVIR, ETH_MACVIR_VLT, VLANIdentifier); in HAL_ETHEx_SetTxVLANIdentifier()
Dstm32n6xx_hal_eth.c2748 …_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier) in HAL_ETH_SetRxVLANIdentifier() argument
2752 MODIFY_REG(heth->Instance->MACVTDR, ETH_MACVTDR_VID_16BIT, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
2757 MODIFY_REG(heth->Instance->MACVTDR, ETH_MACVTDR_VID_12BIT, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth_ex.h336 … HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag, uint32_t VLANIdentifier);
Dstm32h5xx_hal_eth.h1773 uint32_t VLANIdentifier);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth_ex.h336 … HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag, uint32_t VLANIdentifier);
Dstm32h7xx_hal_eth.h1799 uint32_t VLANIdentifier);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth_ex.h336 … HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag, uint32_t VLANIdentifier);
Dstm32h7rsxx_hal_eth.h1773 uint32_t VLANIdentifier);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_ex_legacy.h325 … HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag ,uint32_t VLANIdentifier);
Dstm32h7xx_hal_eth_legacy.h1634 …ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h664 … HAL_ETHEx_SetTxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t VLANTag, uint32_t VLANIdentifier);
Dstm32n6xx_hal_eth.h2048 uint32_t VLANIdentifier);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2536 …_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier) in HAL_ETH_SetRxVLANIdentifier() argument
2539 MODIFY_REG(heth->Instance->MACVLANTR, ETH_MACVLANTR_VLANTI, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2536 …_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier) in HAL_ETH_SetRxVLANIdentifier() argument
2539 MODIFY_REG(heth->Instance->MACVLANTR, ETH_MACVLANTR_VLANTI, VLANIdentifier); in HAL_ETH_SetRxVLANIdentifier()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h1967 uint32_t VLANIdentifier);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h1967 uint32_t VLANIdentifier);