HAL
ETH_MACInitTypeDef::HashTableLow is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_MACInitTypeDef::HashTableLow

ETH_MACInitTypeDef::HashTableLow field

This field holds the lower 32 bits of Hash table. This parameter must be a number between Min_Data = 0x0 and Max_Data = 0xFFFFFFFFU

Syntax

uint32_t HashTableLow;

References

LocationReferrerText
stm32f4xx_hal_eth_legacy.h:473
uint32_t HashTableLow; /*!< This field holds the lower 32 bits of Hash table.
stm32f4xx_hal_eth.c:1633HAL_ETH_ConfigMAC()
(heth->Instance)->MACHTLR = (uint32_t)macconf->HashTableLow;
stm32f4xx_hal_eth.c:1880ETH_MACDMAConfig()
macinit.HashTableLow = 0x0U;
stm32f4xx_hal_eth.c:1961ETH_MACDMAConfig()
(heth->Instance)->MACHTLR = (uint32_t)macinit.HashTableLow;

Data Use

Functions writing ETH_MACInitTypeDef::HashTableLow
Functions reading ETH_MACInitTypeDef::HashTableLow
all items filtered out
ETH_MACInitTypeDef::HashTableLow
Type of ETH_MACInitTypeDef::HashTableLow
ETH_MACInitTypeDef::HashTableLow
uint32_t
all items filtered out