未验证 提交 fed8d7da 编写于 作者: K king_he 提交者: Gitee

update zh-cn/device-dev/driver/driver-platform-mipidsi-develop.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 19796f56
...@@ -122,8 +122,8 @@ MIPI DSI模块适配的三个环节是配置属性文件,实例化驱动入口 ...@@ -122,8 +122,8 @@ MIPI DSI模块适配的三个环节是配置属性文件,实例化驱动入口
VideoModeTag videoMode; // 显示设备的同步模式 VideoModeTag videoMode; // 显示设备的同步模式
OutputFormatTag outputFormat; // 输出DSI图像数据格式:RGB或YUV OutputFormatTag outputFormat; // 输出DSI图像数据格式:RGB或YUV
SyncInfoTag syncInfo; // 时序相关的设置 SyncInfoTag syncInfo; // 时序相关的设置
unsigned int phyDataRate; // 数率:mbps unsigned int phyDataRate; // 数据速率,单位Mbps
unsigned int pixelClk; // 时钟KHz unsigned int pixelClk; // 时钟,单位KHz
} ComboDevCfgTag; } ComboDevCfgTag;
// MipiDsiCntlr是核心层控制器结构体,其中的成员在Init函数中会被赋值 // MipiDsiCntlr是核心层控制器结构体,其中的成员在Init函数中会被赋值
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册