Lines Matching +full:read +full:- +full:command
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
45 quick :SMBus Quick command
47 scan :Scan SMBus peripheral devices command
49 byte_read :SMBus: byte read command
51 byte_write :SMBus: byte write command
53 byte_data_read :SMBus: byte data read command
55 byte_data_write :SMBus: byte data write command
57 word_data_read :SMBus: word data read command
59 word_data_write :SMBus: word data write command
61 block_write :SMBus: Block Write command
63 block_read :SMBus: Block Read command
66 Scan for available SMBus devices with command:
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: -- -- -- -- -- -- -- --