diff --git a/en/device-dev/driver/driver-platform-i3c-des.md b/en/device-dev/driver/driver-platform-i3c-des.md index d83780579864eb754607af27114aadadb269066a..e24a7561b5ee0e18695359ac9966f8e6eee8914b 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