Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_ether_phy_api.h108 } ether_phy_cfg_t; typedef
118 fsp_err_t (* open)(ether_phy_ctrl_t * const p_ctrl, ether_phy_cfg_t const * const p_cfg);
131 fsp_err_t (* chipInit)(ether_phy_ctrl_t * const p_ctrl, ether_phy_cfg_t const * const p_cfg);
176 ether_phy_cfg_t const * p_cfg; ///< Pointer to the configuration structure for this instance
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_ether_phy.h48 ether_phy_cfg_t const * p_ether_phy_cfg; ///< Pointer to initial configurations.
82 fsp_err_t R_ETHER_PHY_Open(ether_phy_ctrl_t * const p_ctrl, ether_phy_cfg_t const * const p_cfg);
86 fsp_err_t R_ETHER_PHY_ChipInit(ether_phy_ctrl_t * const p_ctrl, ether_phy_cfg_t const * const p_cfg…
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c195 fsp_err_t R_ETHER_PHY_Open (ether_phy_ctrl_t * const p_ctrl, ether_phy_cfg_t const * const p_cfg) in R_ETHER_PHY_Open()
500 fsp_err_t R_ETHER_PHY_ChipInit (ether_phy_ctrl_t * const p_ctrl, ether_phy_cfg_t const * const p_cf… in R_ETHER_PHY_ChipInit()