HAL + 0/1 examples
CodeScope will show references to ETH_DMAConfigTypeDef::ForwardErrorFrames from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_DMAConfigTypeDef::ForwardErrorFrames

ETH_DMAConfigTypeDef::ForwardErrorFrames field

Selects or not the forward to the DMA of erroneous frames

Syntax

FunctionalState ForwardErrorFrames;

Examples

ETH_DMAConfigTypeDef::ForwardErrorFrames is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_eth.h:371
FunctionalState ForwardErrorFrames; /*!< Selects or not the forward to the DMA of erroneous frames */
stm32f4xx_hal_eth.c:2251HAL_ETH_GetDMAConfig()
dmaconf->ForwardErrorFrames = ((READ_BIT(heth->Instance->DMAOMR, ETH_DMAOMR_FEF) >> 7) > 0U) ? ENABLE : DISABLE;
stm32f4xx_hal_eth.c:2807ETH_SetDMAConfig()
((uint32_t)dmaconf->ForwardErrorFrames << 7U) |
stm32f4xx_hal_eth.c:2881ETH_MACDMAConfig()
dmaDefaultConf.ForwardErrorFrames = DISABLE;

Data Use

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