![]() |
RZ/A Flexible Software Package Documentation
Release v3.4.0
|
|
#include <r_mipi_phy_b.h>
Data Fields | |
fsp_err_t(* | open )(mipi_phy_b_ctrl_t *const p_ctrl, mipi_phy_b_cfg_t const *const p_cfg) |
fsp_err_t(* | close )(mipi_phy_b_ctrl_t *const p_ctrl) |
Private Interface definition for MIPI PHY peripheral
fsp_err_t(* mipi_phy_b_api_t::open) (mipi_phy_b_ctrl_t *const p_ctrl, mipi_phy_b_cfg_t const *const p_cfg) |
Open MIPI PHY device.
[in,out] | p_ctrl | Pointer to MIPI PHY interface control block. |
[in] | p_cfg | Pointer to MIPI PHY configuration structure. |
fsp_err_t(* mipi_phy_b_api_t::close) (mipi_phy_b_ctrl_t *const p_ctrl) |
Close MIPI PHY device.
[in] | p_ctrl | Pointer to MIPI PHY interface control block. |