From c39b1a16c753cca80c6504d138784a777e8e5458 Mon Sep 17 00:00:00 2001 From: liyan Date: Fri, 26 Aug 2022 03:06:41 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=20Signed-off-by:=20li-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyan --- en/device-dev/driver/driver-platform-i3c-des.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-platform-i3c-des.md b/en/device-dev/driver/driver-platform-i3c-des.md index 1108e71375..0ab37dad83 100644 --- a/en/device-dev/driver/driver-platform-i3c-des.md +++ b/en/device-dev/driver/driver-platform-i3c-des.md @@ -48,6 +48,7 @@ In the Hardware Driver Foundation (HDF), the I3C module uses the unified service Multiple devices, such as I2C target device, I3C target device, and I3C secondary controller, can be connected to an I3C bus. However, the I3C bus must have only one controller. **Figure 1** I3C physical connection + ![](figures/I3C_physical_connection.png "I3C_physical_connection") ### Constraints @@ -159,7 +160,7 @@ if (ret != 2) { } ``` ->![](./public_sys-resources/icon-caution.gif) **Caution**
+>![](../public_sys-resources/icon-caution.gif) **Caution**
>- The device address in the **I3cMsg** structure does not contain the read/write flag bit. The read/write information is passed by the read/write control bit in the member variable **flags**. >- The **I3cTransfer()** function does not limit the number of message structures or the length of data in each message structure. The I3C controller determines these two limits. >- Using **I3cTransfer()** may cause the system to sleep. Do not call it in the interrupt context. -- GitLab