未验证 提交 bd5b25af 编写于 作者: L liyan 提交者: Gitee

update zh-cn/device-dev/porting/standard-system-porting-guide.md.

Signed-off-by: Nli-yan339 <liyan339@h-partners.com>
Signed-off-by: Nliyan <liyan339@h-partners.com>
上级 b180b5ef
...@@ -247,9 +247,8 @@ HDF为LCD设计了驱动模型。支持一块新的LCD,需要编写一个驱 ...@@ -247,9 +247,8 @@ HDF为LCD设计了驱动模型。支持一块新的LCD,需要编写一个驱
其中ChipDevice中要提供若干方法。 其中ChipDevice中要提供若干方法。
| | |
| -------- | -------- |
| 方法 | 实现说明 | | 方法 | 实现说明 |
| -------- | -------- |
| int32_t&nbsp;(\*Init)(ChipDevice&nbsp;\*device) | 器件初始化 | | int32_t&nbsp;(\*Init)(ChipDevice&nbsp;\*device) | 器件初始化 |
| int32_t&nbsp;(\*Detect)(ChipDevice&nbsp;\*device) | 器件探测 | | int32_t&nbsp;(\*Detect)(ChipDevice&nbsp;\*device) | 器件探测 |
| int32_t&nbsp;(\*Suspend)(ChipDevice&nbsp;\*device) | 器件休眠 | | int32_t&nbsp;(\*Suspend)(ChipDevice&nbsp;\*device) | 器件休眠 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册