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

update en/device-dev/driver/driver-platform-spi-develop.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 1eb6107f
...@@ -102,12 +102,10 @@ The SPI module adaptation involves the following steps: ...@@ -102,12 +102,10 @@ The SPI module adaptation involves the following steps:
- Initialize **SpiCntlr**. - Initialize **SpiCntlr**.
- Instantiate **SpiCntlrMethod** in the **SpiCntlr** object. - Instantiate **SpiCntlrMethod** in the **SpiCntlr** object.
>![](../public_sys-resources/icon-note.gif) **NOTE** For details, see [Available APIs](#section752964871810).
>For details, see [Available APIs](#section752964871810). 4. \(Optional\) Debug the driver.
For new drivers, verify the basic functions, such as the SPI control status and response to interrupts.
4. Debug the driver.
- \(Optional\) For new drivers, verify the basic functions, such as the SPI control status and response to interrupts.
## Development Example<a name="section956157227152909"></a> ## Development Example<a name="section956157227152909"></a>
...@@ -442,7 +440,3 @@ The following uses **spi\_hi35xx.c** as an example to present the contents tha ...@@ -442,7 +440,3 @@ The following uses **spi\_hi35xx.c** as an example to present the contents tha
SpiCntlrDestroy(cntlr); // Release the Pl022 object. SpiCntlrDestroy(cntlr); // Release the Pl022 object.
} }
``` ```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册