HAL
ETH_MACConfigTypeDef::ChecksumOffload is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_MACConfigTypeDef::ChecksumOffload

ETH_MACConfigTypeDef::ChecksumOffload field

Enables or Disable the checksum checking for received packet payloads TCP, UDP or ICMP headers

Syntax

References

LocationReferrerText
stm32f4xx_hal_eth.h:231
ChecksumOffload; /*!< Enables or Disable the checksum checking for received packet payloads TCP, UDP or ICMP headers */
stm32f4xx_hal_eth.c:2207HAL_ETH_GetMACConfig()
macconf->ChecksumOffload = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_IPCO) >> 10U) > 0U) ? ENABLE : DISABLE;
stm32f4xx_hal_eth.c:2753ETH_SetMACConfig()
((uint32_t)macconf->ChecksumOffload << 10U) |
stm32f4xx_hal_eth.c:2858ETH_MACDMAConfig()
macDefaultConf.ChecksumOffload = ENABLE;

Data Use

Functions writing ETH_MACConfigTypeDef::ChecksumOffload
Functions reading ETH_MACConfigTypeDef::ChecksumOffload
ETH_MACConfigTypeDef::ChecksumOffload
all items filtered out
Type of ETH_MACConfigTypeDef::ChecksumOffload
ETH_MACConfigTypeDef::ChecksumOffload
all items filtered out