Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_ether_phy.h45 uint8_t phy_lsi_address; ///< Address of PHY-LSI member
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_ether_phy_api.h96 uint8_t phy_lsi_address; ///< Address of PHY-LSI member
/hal_renesas-latest/drivers/ra/
DREADME77 … Add phy_lsi_address to Ethernet phy instance control to allow the control of phy address as input.
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c672 data |= (uint32_t) (p_instance_ctrl->phy_lsi_address << 7); /* PHY Address */ in ether_phy_reg_set()