Lines Matching +full:8 +full:xx
37 .Op Fl w Ar 0|8|16|16LE|16BE
109 One or more addresses ([0x]xx) or ranges of addresses
110 ([0x]xx-[0x]xx or [0x]xx..[0x]xx) separated by commas or colons.
123 .It Fl w Ar 0|8|16|16LE|16BE
142 .It 'r' bus address [0|8|16|16LE|16BE] offset count
144 .It 'w' bus address [0|8|16|16LE|16BE] offset hexstring
176 Read 8 bytes of data from device at address 0x56 (e.g., an EEPROM):
178 i2c -a 0x56 -d r -c 8
192 Read 8 bytes at address 24 in an EEPROM:
194 i2c -i 'r 0 0x50 16BE 24 8'
198 echo 'r 0 0x50 16BE 48 8' | i2c -i 'r 0 0x50 16BE 24 8' -