HAL
HAL_ETH_SetRxVLANIdentifier() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_ETH_SetRxVLANIdentifier()

HAL_ETH_SetRxVLANIdentifier() function

Set the VLAN Identifier for Rx packets

Syntax

void HAL_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth,     uint32_t ComparisonBits,     uint32_t VLANIdentifier);
Implemented in stm32f4xx_hal_eth.c:2522

Arguments

heth

pointer to a ETH_HandleTypeDef structure that contains the configuration information for ETHERNET module

ComparisonBits

12 or 16 bit comparison mode must be a value of ETH_VLAN_Tag_Comparison

VLANIdentifier

VLAN Identifier value

Return value

None

References

LocationText
stm32f4xx_hal_eth.c:2522
void HAL_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits, uint32_t VLANIdentifier)
stm32f4xx_hal_eth.h:2097
void HAL_ETH_SetRxVLANIdentifier(ETH_HandleTypeDef *heth, uint32_t ComparisonBits,

Call Tree

Functions called by HAL_ETH_SetRxVLANIdentifier()
HAL_ETH_SetRxVLANIdentifier()
all items filtered out
Data read by HAL_ETH_SetRxVLANIdentifier()
Data written by HAL_ETH_SetRxVLANIdentifier()
HAL_ETH_SetRxVLANIdentifier()
HAL_ETH_SetRxVLANIdentifier()::tmpreg1
all items filtered out
Type of HAL_ETH_SetRxVLANIdentifier()
HAL_ETH_SetRxVLANIdentifier()
uint32_t
all items filtered out