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

ETH_DMAConfigTypeDef::DropTCPIPChecksumErrorFrame field

Selects or not the Dropping of TCP/IP Checksum Error Frames

Syntax

FunctionalState DropTCPIPChecksumErrorFrame;

Examples

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

References

LocationReferrerText
stm32f4xx_hal_eth.h:352
FunctionalState DropTCPIPChecksumErrorFrame; /*!< Selects or not the Dropping of TCP/IP Checksum Error Frames */
stm32f4xx_hal_eth.c:2245HAL_ETH_GetDMAConfig()
dmaconf->DropTCPIPChecksumErrorFrame = ((READ_BIT(heth->Instance->DMAOMR,
stm32f4xx_hal_eth.c:2802ETH_SetDMAConfig()
tmpreg1 |= (uint32_t)(((uint32_t)((dmaconf->DropTCPIPChecksumErrorFrame == DISABLE) ? 1U : 0U) << 26U) |
stm32f4xx_hal_eth.c:2876ETH_MACDMAConfig()
dmaDefaultConf.DropTCPIPChecksumErrorFrame = ENABLE;

Data Use

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