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

PHY_AUTONEGOTIATION macro

Enable auto-negotiation function

Syntax

#define PHY_AUTONEGOTIATION ((uint16_t)0x1000)

References

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