PHY_MISR is only used within STemWin.
 
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:245
#define PHY_MISR ((uint16_t)0x12) /*!< MII Interrupt Status and Misc. Control Register */
ethernetif.c:278
HAL_ETH_ReadPHYRegister(&EthHandle, PHY_MISR, &regvalue);
ethernetif.c:283
HAL_ETH_WritePHYRegister(&EthHandle, PHY_MISR,regvalue);
ethernetif.c:552
HAL_ETH_ReadPHYRegister(&EthHandle, PHY_MISR, &regvalue);