Symbols
loading...
Files
loading...

ETH_SPEED_100M macro

Syntax

#define ETH_SPEED_100M 0x00004000U

Examples

ETH_SPEED_100M is referenced by 36 libraries and example projects.

References

LocationText
stm32f4xx_hal_eth.h:1194
#define ETH_SPEED_100M 0x00004000U
stm32f4xx_hal_eth_legacy.h:935
#define ETH_SPEED_100M 0x00004000U
stm32f4xx_hal_eth.c:451
(heth->Init).Speed = ETH_SPEED_100M;
stm32f4xx_hal_eth.c:1849
(heth->Init).Speed = ETH_SPEED_100M;
stm32f4xx_hal_eth.c:2868
macDefaultConf.Speed = ETH_SPEED_100M;