We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af79689 commit 7c50ab1Copy full SHA for 7c50ab1
include/zephyr/drivers/i3c.h
@@ -1542,6 +1542,7 @@ static inline int i3c_reg_update_byte(struct i3c_device_desc *target,
1542
*
1543
* It looks something like this (with name "testing"):
1544
1545
+ * @code
1546
* D: I3C msg: testing, addr=56
1547
* D: W len=01:
1548
* D: contents:
@@ -1550,6 +1551,7 @@ static inline int i3c_reg_update_byte(struct i3c_device_desc *target,
1550
1551
1552
* D: 00 01 02 03 04 05 06 07 |........
1553
* D: 08 09 0a 0b 0c 0d |......
1554
+ * @endcode
1555
1556
* @param name Name of this dump, displayed at the top.
1557
* @param msgs Array of messages to dump.
0 commit comments