Searched refs:PHY_BASIC_STATUS_REG (Results 1 – 12 of 12) sorted by relevance
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | eth_phy_port.h | 50 #define PHY_BASIC_STATUS_REG (0x01U) macro 74 PHY_BASIC_STATUS_REG,\
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_eth.h | 33 #define PHY_BASIC_STATUS_REG 0x01U macro
|
| A D | drv_eth.c | 395 (void)ETH_PHY_ReadReg(ETH_PHY_ADDR, PHY_BASIC_STATUS_REG, &u16RegVal); in hc32_phy_link_change()
|
| /bsp/Infineon/libraries/HAL_Drivers/ |
| A D | drv_eth.h | 26 #define PHY_BASIC_STATUS_REG 0x01U macro
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | drv_eth.h | 26 #define PHY_BASIC_STATUS_REG 0x01U macro
|
| A D | drv_eth.c | 169 if((regvalue & PHY_BASIC_STATUS_REG) == i) in rt_stm32_eth_init() 408 HAL_ETH_ReadPHYRegister(&EthHandle, PHY_ADDR, PHY_BASIC_STATUS_REG, (uint32_t *)&status); in phy_linkchange()
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_emac.h | 28 #define PHY_BASIC_STATUS_REG 0x01U macro
|
| A D | drv_emac.c | 820 emac_phy_register_read(phy_addr, PHY_BASIC_STATUS_REG, (uint16_t *)&status); in phy_linkchange() 906 emac_phy_register_read(i, PHY_BASIC_STATUS_REG, (uint16_t *)&temp); in phy_monitor_thread_entry()
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_eth.h | 25 #define PHY_BASIC_STATUS_REG 0x01U macro
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_eth.h | 25 #define PHY_BASIC_STATUS_REG 0x01U macro
|
| A D | drv_eth.c | 415 HAL_ETH_ReadPHYRegister(&EthHandle, PHY_BASIC_STATUS_REG, (uint32_t *)&status); in phy_linkchange()
|
| /bsp/nxp/mcx/mcxn/Libraries/drivers/ |
| A D | drv_eth.c | 52 #define PHY_BASIC_STATUS_REG 0x01U macro 326 ENET_MDIORead(EXAMPLE_ENET_BASE, phy_addr, PHY_BASIC_STATUS_REG, &status); in phy_monitor_thread_entry()
|
Completed in 25 milliseconds