Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 – 4 of 4) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_enet.c1595 …te_read(enet_phydirection_enum direction, uint16_t phy_address, uint16_t phy_reg, uint16_t *pvalue) in enet_phy_write_read() argument
1608 ENET_MAC_PHY_DATA = *pvalue; in enet_phy_write_read()
1625 *pvalue = (uint16_t)ENET_MAC_PHY_DATA; in enet_phy_write_read()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_enet.c1603 …te_read(enet_phydirection_enum direction, uint16_t phy_address, uint16_t phy_reg, uint16_t *pvalue) in enet_phy_write_read() argument
1616 ENET_MAC_PHY_DATA = *pvalue; in enet_phy_write_read()
1634 *pvalue = (uint16_t)ENET_MAC_PHY_DATA; in enet_phy_write_read()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h1532 …e_read(enet_phydirection_enum direction, uint16_t phy_address, uint16_t phy_reg, uint16_t *pvalue);
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h1533 …e_read(enet_phydirection_enum direction, uint16_t phy_address, uint16_t phy_reg, uint16_t *pvalue);