Lines Matching +full:write +full:- +full:cmd
1 .. zephyr:code-sample:: smbus-shell
3 :relevant-api: smbus_interface
20 .. zephyr-app-commands::
21 :zephyr-app: samples/drivers/smbus
22 :host-os: unix
32 .. code-block:: console
34 *** Booting Zephyr OS build zephyr-v3.2.0-804-gfedd72615e82 ***
40 .. code-block:: console
43 smbus - smbus commands
51 byte_write :SMBus: byte write command
54 Usage: byte_data_read <device> <addr> <cmd>
55 byte_data_write :SMBus: byte data write command
56 Usage: byte_data_write <device> <addr> <cmd> <value>
58 Usage: word_data_read <device> <addr> <cmd>
59 word_data_write :SMBus: word data write command
60 Usage: word_data_write <device> <addr> <cmd> <value>
61 block_write :SMBus: Block Write command
62 Usage: block_write <device> <addr> <cmd> [<byte1>, ...]
64 Usage: block_read <device> <addr> <cmd>
68 .. code-block:: console
72 00: -- -- -- -- -- -- -- -- -- -- -- --
73 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
74 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
75 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
76 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
77 50: 50 51 52 53 54 55 56 57 -- -- -- -- -- -- -- --
78 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
79 70: -- -- -- -- -- -- -- --