HAL + 0/7 examples
CodeScope will show references to ETH_CHECKSUM_BY_HARDWARE from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...

ETH_CHECKSUM_BY_HARDWARE macro

Syntax

#define ETH_CHECKSUM_BY_HARDWARE 0x00000000U

Examples

ETH_CHECKSUM_BY_HARDWARE is referenced by 7 libraries and example projects.

References

LocationText
stm32f4xx_hal_eth.h:1336
#define ETH_CHECKSUM_BY_HARDWARE 0x00000000U
stm32f4xx_hal_eth_legacy.h:960
#define ETH_CHECKSUM_BY_HARDWARE 0x00000000U
stm32f4xx_hal_eth.c:559
if ((heth->Init).ChecksumMode == ETH_CHECKSUM_BY_HARDWARE)
stm32f4xx_hal_eth.c:1859
if(heth->Init.ChecksumMode == ETH_CHECKSUM_BY_HARDWARE)