Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_mipi_phy/
Dr_mipi_phy.c30 .close = r_mipi_phy_close,
104 fsp_err_t r_mipi_phy_close (mipi_phy_ctrl_t * const p_api_ctrl) in r_mipi_phy_close() function
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_mipi_phy.h132 fsp_err_t r_mipi_phy_close(mipi_phy_ctrl_t * const p_api_ctrl);
/hal_renesas-latest/drivers/ra/fsp/src/r_mipi_dsi/
Dr_mipi_dsi.c257 r_mipi_phy_close(p_cfg->p_mipi_phy_instance->p_ctrl); in R_MIPI_DSI_Close()