Lines Matching +full:0 +full:x56
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.
115 .Dq -w 0
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
172 0x45 to 0x47 (inclusive) and 0x56.
174 i2c -s -n 0x56,45-47
176 Read 8 bytes of data from device at address 0x56 (e.g., an EEPROM):
178 i2c -a 0x56 -d r -c 8
180 Write 16 bytes of data from file data.bin to device 0x56 at offset 0x10:
182 i2c -a 0x56 -d w -c 16 -o 0x10 -b < data.bin
184 Copy 4 bytes between two EEPROMs (0x56 on /dev/iic1 to 0x57 on /dev/iic0):
186 i2c -a 0x56 -f /dev/iic1 -d r -c 0x4 -b | i2c -a 0x57 -f /dev/iic0 -d w -c 4 -b
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' -