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

PHY_MISR macro

MII Interrupt Status and Misc. Control Register

Syntax

#define PHY_MISR ((uint16_t)0x12)

References

LocationText
stm32f4xx_hal_conf.h:241
#define PHY_MISR ((uint16_t)0x12) /*!< MII Interrupt Status and Misc. Control Register */
ethernetif.c:265
HAL_ETH_ReadPHYRegister(&EthHandle, PHY_MISR, &regvalue);
ethernetif.c:270
HAL_ETH_WritePHYRegister(&EthHandle, PHY_MISR, regvalue);
ethernetif.c:539
HAL_ETH_ReadPHYRegister(&EthHandle, PHY_MISR, &regvalue);