From 760a76d6407fd348a7a67079d954af825f0f34f0 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 23 Feb 2022 07:49:26 +0000 Subject: [PATCH] update en/device-dev/driver/driver-platform-i3c-des.md. Signed-off-by: Annie_wang --- en/device-dev/driver/driver-platform-i3c-des.md | 2 +- 1 file changed, 1 insertion(+), 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 d837805798..e24a7561b5 100644 --- a/en/device-dev/driver/driver-platform-i3c-des.md +++ b/en/device-dev/driver/driver-platform-i3c-des.md @@ -183,7 +183,7 @@ int32_t I3cTransfer(DevHandle handle, struct I3cMsg *msgs, int16_t count, enum T

mode

-

Transmission mode, where the value **0** indicates the I2C mode, **1** indicates the I3C mode, and **2** indicates transmission of the Common Command Code (CCC). +

Transmission mode, where the value 0 indicates the I2C mode, 1 indicates the I3C mode, and 2 indicates transmission of the Common Command Code (CCC).

Return Value

-- GitLab