Home
last modified time | relevance | path

Searched refs:chipInit (Results 1 – 3 of 3) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_ether_phy_api.h131 fsp_err_t (* chipInit)(ether_phy_ctrl_t * const p_ctrl, ether_phy_cfg_t const * const p_cfg); member
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c168 .chipInit = R_ETHER_PHY_ChipInit,
/hal_renesas-latest/drivers/ra/fsp/src/r_ether/
Dr_ether.c328 phy_ret = p_instance_ctrl->p_ether_cfg->p_ether_phy_instance->p_api->chipInit( in R_ETHER_Open()