PHY_AUTONEGOTIATION is only used within STemWin.
 
Symbols
loading...
Files
loading...

PHY_AUTONEGOTIATION macro

Enable auto-negotiation function

Syntax

#define PHY_AUTONEGOTIATION ((uint16_t)0x1000)

References

LocationText
stm32f4xx_hal_conf.h:232
#define PHY_AUTONEGOTIATION ((uint16_t)0x1000) /*!< Enable auto-negotiation function */
ethernetif.c:591
HAL_ETH_WritePHYRegister(&EthHandle, PHY_BCR, PHY_AUTONEGOTIATION);