Home
last modified time | relevance | path

Searched refs:ETH_ReadPHYRegister (Results 1 – 10 of 10) sorted by relevance

/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_eth.c262 RegValue = ETH_ReadPHYRegister(PHYAddress, PHY_BCR); in ETH_Init()
275 RegValue = ETH_ReadPHYRegister(PHYAddress, PHY_BSR); in ETH_Init()
288 RegValue = ETH_ReadPHYRegister(PHYAddress, PHY_BSR); in ETH_Init()
297 RegValue = ETH_ReadPHYRegister(PHYAddress, PHY_BMCR); in ETH_Init()
331 RegValue = ETH_ReadPHYRegister(PHYAddress, PHY_BMCR); in ETH_Init()
366 RegValue = ETH_ReadPHYRegister(PHYAddress, 26); in ETH_Init()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_eth.c111 while (!(ETH_ReadPHYRegister(phy_addr, PHY_BSR) & PHY_Linked_Status)); in ETH_Init()
114 while (!(ETH_ReadPHYRegister(phy_addr, PHY_BSR) & PHY_AutoNego_Complete)) { in ETH_Init()
118 temp_val = ETH_ReadPHYRegister(phy_addr, 31); in ETH_Init()
688 u16 ETH_ReadPHYRegister(u16 addr, u16 reg) in ETH_ReadPHYRegister() function
726 u16 temp_val = ETH_ReadPHYRegister(addr, PHY_BCR); in ETH_PHYLoopBackCmd()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_ETH_Driver/src/
A Dapm32f10x_eth.c233 … while (!(ETH_ReadPHYRegister(addr, PHY_BSR) & PHY_LINKED_STATUS) && (timeout < PHY_READ_TIMEOUT)); in ETH_Config()
255 …while (!(ETH_ReadPHYRegister(addr, PHY_BSR) & PHY_AUTONEGO_COMPLETE) && (timeout < (uint32_t)PHY_R… in ETH_Config()
266 regValue = ETH_ReadPHYRegister(addr, PHY_SR); in ETH_Config()
472 uint16_t ETH_ReadPHYRegister(uint16_t addr, uint16_t reg) in ETH_ReadPHYRegister() function
547 temp = ETH_ReadPHYRegister(addr, PHY_BCR); in ETH_EnablePHYLoopBack()
572 temp = ETH_ReadPHYRegister(addr, PHY_BCR); in ETH_DisablePHYLoopBack()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_ETH_Driver/src/
A Dapm32f4xx_eth.c228 … } while(!(ETH_ReadPHYRegister(addr,PHY_BSR) & PHY_LINKED_STATUS) && (timeout < PHY_READ_TIMEOUT)); in ETH_Config()
249 …} while (!(ETH_ReadPHYRegister(addr, PHY_BSR) & PHY_AUTONEGO_COMPLETE) && (timeout < (uint32_t)PHY… in ETH_Config()
260 regValue = ETH_ReadPHYRegister(addr, PHY_SR); in ETH_Config()
497 uint16_t ETH_ReadPHYRegister(uint16_t addr, uint16_t reg) in ETH_ReadPHYRegister() function
570 temp = ETH_ReadPHYRegister(addr,PHY_BCR); in ETH_EnablePHYLoopBack()
595 temp = ETH_ReadPHYRegister(addr,PHY_BCR); in ETH_DisablePHYLoopBack()
/bsp/apm32/libraries/Drivers/
A Ddrv_eth.c611 uint16_t status = ETH_ReadPHYRegister(phy_addr, PHY_BSR); in phy_linkchange()
621 SR = ETH_ReadPHYRegister(phy_addr, PHY_Status_REG); in phy_linkchange()
689 temp = ETH_ReadPHYRegister(i, PHY_ID1_REG); in phy_monitor_thread_entry()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_eth.c268 uint16_t ETH_ReadPHYRegister(uint16_t PHYAddress, uint16_t PHYReg) in ETH_ReadPHYRegister() function
344 tmpreg = ETH_ReadPHYRegister(PHYAddress, PHY_BCR); in ETH_PHYLoopBackCmd()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_ETH_Driver/inc/
A Dapm32f10x_eth.h1295 uint16_t ETH_ReadPHYRegister(uint16_t addr, uint16_t reg);
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_ETH_Driver/inc/
A Dapm32f4xx_eth.h1307 uint16_t ETH_ReadPHYRegister(uint16_t addr, uint16_t reg);
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_eth.h702 u16 ETH_ReadPHYRegister(u16 addr, u16 reg);
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_eth.h1223 uint16_t ETH_ReadPHYRegister(uint16_t PHYAddress, uint16_t PHYReg);

Completed in 57 milliseconds