HAL
ETH_DMATXDESC_CHECKSUMTCPUDPICMPFULL is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_DMATXDESC_CHECKSUMTCPUDPICMPFULL

ETH_DMATXDESC_CHECKSUMTCPUDPICMPFULL macro

TCP/UDP/ICMP checksum fully in hardware including pseudo header

Syntax

#define ETH_DMATXDESC_CHECKSUMTCPUDPICMPFULL 0x00C00000U

References

LocationText
stm32f4xx_hal_eth.h:1646
#define ETH_DMATXDESC_CHECKSUMTCPUDPICMPFULL 0x00C00000U /*!< TCP/UDP/ICMP checksum fully in hardware including pseudo header */
stm32f4xx_hal_eth_legacy.h:1429
#define ETH_DMATXDESC_CHECKSUMTCPUDPICMPFULL 0x00C00000U /*!< TCP/UDP/ICMP checksum fully in hardware including pseudo header */
stm32f4xx_hal_eth.c:562
dmatxdesc->Status |= ETH_DMATXDESC_CHECKSUMTCPUDPICMPFULL;
stm32f4xx_hal_eth.c:2965
SET_BIT(dmatxdesc->DESC0, ETH_DMATXDESC_CHECKSUMTCPUDPICMPFULL);