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

PHY_MICR macro

MII Interrupt Control Register

Syntax

#define PHY_MICR ((uint16_t)0x11)

References

LocationText
stm32f4xx_hal_conf.h:244
#define PHY_MICR ((uint16_t)0x11) /*!< MII Interrupt Control Register */
ethernetif.c:270
HAL_ETH_ReadPHYRegister(&EthHandle, PHY_MICR, &regvalue);
ethernetif.c:275
HAL_ETH_WritePHYRegister(&EthHandle, PHY_MICR, regvalue );