Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_ether_api.h151 } ether_cfg_t; typedef
161 fsp_err_t (* open)(ether_ctrl_t * const p_ctrl, ether_cfg_t const * const p_cfg);
234 ether_cfg_t const * p_cfg; ///< Pointer to the configuration structure for this instance
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_ether.h93 ether_cfg_t const * p_ether_cfg; ///< Pointer to initial configurations.
183 fsp_err_t R_ETHER_Open(ether_ctrl_t * const p_ctrl, ether_cfg_t const * const p_cfg);
/hal_renesas-latest/drivers/ra/fsp/src/r_ether/
Dr_ether.c156 ether_cfg_t const * const p_cfg);
255 fsp_err_t R_ETHER_Open (ether_ctrl_t * const p_ctrl, ether_cfg_t const * const p_cfg) in R_ETHER_Open()
597 ether_cfg_t const * p_ether_cfg; in R_ETHER_LinkProcess()
635 err = R_ETHER_Open((ether_ctrl_t *) p_instance_ctrl, (ether_cfg_t *) p_ether_cfg); in R_ETHER_LinkProcess()
1211 ether_cfg_t const * const p_cfg) in ether_open_param_check()