HAL
ETH_DMAConfigTypeDef::ForwardUndersizedGoodFrames is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_DMAConfigTypeDef::ForwardUndersizedGoodFrames

ETH_DMAConfigTypeDef::ForwardUndersizedGoodFrames field

Enables or disables the Rx FIFO to forward Undersized frames (frames with no Error and length less than 64 bytes) including pad-bytes and CRC)

Syntax

FunctionalState ForwardUndersizedGoodFrames;

References

LocationReferrerText
stm32f4xx_hal_eth.h:375
ForwardUndersizedGoodFrames; /*!< Enables or disables the Rx FIFO to forward Undersized frames (frames with no Error
stm32f4xx_hal_eth.c:2252HAL_ETH_GetDMAConfig()
dmaconf->ForwardUndersizedGoodFrames = ((READ_BIT(heth->Instance->DMAOMR,
stm32f4xx_hal_eth.c:2808ETH_SetDMAConfig()
((uint32_t)dmaconf->ForwardUndersizedGoodFrames << 6U) |
stm32f4xx_hal_eth.c:2882ETH_MACDMAConfig()
dmaDefaultConf.ForwardUndersizedGoodFrames = DISABLE;

Data Use

Functions writing ETH_DMAConfigTypeDef::ForwardUndersizedGoodFrames
Functions reading ETH_DMAConfigTypeDef::ForwardUndersizedGoodFrames
ETH_DMAConfigTypeDef::ForwardUndersizedGoodFrames
all items filtered out
Type of ETH_DMAConfigTypeDef::ForwardUndersizedGoodFrames
ETH_DMAConfigTypeDef::ForwardUndersizedGoodFrames
all items filtered out