From cd9952165eb5b7d90452f60a0b5c7a1e3438db68 Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Wed, 23 Feb 2022 14:24:49 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- en/device-dev/driver/driver-platform-i3c-des.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/en/device-dev/driver/driver-platform-i3c-des.md b/en/device-dev/driver/driver-platform-i3c-des.md index 6e0b329b09..f534bf9b27 100644 --- a/en/device-dev/driver/driver-platform-i3c-des.md +++ b/en/device-dev/driver/driver-platform-i3c-des.md @@ -1,18 +1,5 @@ # I3C -- [Overview](#section1) -- [Available APIs](#section2) -- [Usage Guidelines](#section3) - - [How to Use](#section4) - - [Opening an I3C Controller](#section5) - - [Performing I3C Communication](#section6) - - [Obtaining I3C Controller Configuration](#section7) - - [Configuring an I3C Controller](#section8) - - [Requesting an IBI](#section9) - - [Releasing an IBI](#section10) - - [Closing the I3C Controller](#section11) - -- [Example](#section12) ## Overview @@ -26,7 +13,9 @@ - Performing customized I3C message transfer by using a message array. - Requesting and releasing an IBI. - [Figure 1](#fig1) shows the I3C physical connection. + **Figure 1** I3C physical connection + ![](figures/I3C_physical_connection.png "I3C_physical_connection") ## Available APIs @@ -100,6 +89,7 @@ [Figure 2](#fig2) shows how I3C works. **Figure 2** How I3C works + ![](figures/I3C_usage_flowchart.png "I3C_usage_flowchart") ### Opening an I3C Controller -- GitLab