Lines Matching +full:0 +full:x30

19 Instantiating the device is regular. Example for bus 0, address 0x30::
21 # echo "slave-testunit 0x1030" > /sys/bus/i2c/devices/i2c-0/new_device
31 reg = <(0x30 | I2C_OWN_SLAVE_ADDRESS)>;
36 byte. Its value is 0 if the testunit is idle, otherwise the command number of
46 0x00, CMD, which test to trigger
47 0x01, DATAL, configuration byte 1 for the test
48 0x02, DATAH, configuration byte 2 for the test
49 0x03, DELAY, delay in n * 10ms until test is started
65 0x00 NOOP
70 0x01 READ_BYTES
81 * - 0x01
90 bytes from device 0x50 after 50ms of delay::
92 # i2cset -y 0 0x30 1 0x50 0x80 5 i
94 0x02 SMBUS_HOST_NOTIFY
105 * - 0x02
112 Example to send a notification with status word 0x6442 after 10ms::
114 # i2cset -y 0 0x30 2 0x42 0x64 1 i
119 Detected HostNotify from address 0x30
121 0x03 SMBUS_BLOCK_PROC_CALL
132 * - 0x03
133 - 0x01 (i.e. one further byte will be written)
144 from length-1 to 0. Here is an example which emulates
148 # i2ctransfer -y 0 w3@0x30 3 1 0x10 r?
149 0x10 0x0f 0x0e 0x0d 0x0c 0x0b 0x0a 0x09 0x08 0x07 0x06 0x05 0x04 0x03 0x02 0x01 0x00
151 0x04 GET_VERSION_WITH_REP_START
162 * - 0x04
174 # i2ctransfer -y 0 w3@0x30 4 0 0 r128
175 0x76 0x36 0x2e 0x31 0x31 0x2e 0x30 0x2d 0x72 0x63 0x31 0x2d 0x30 0x30 0x30 0x30 ...
179 # i2ctransfer -y -b 0 w3@0x30 4 0 0 r128
186 # i2cset -y 0 0x30 4 0 0 i; i2cget -y 0 0x30
187 0x00
189 0x05 SMBUS_ALERT_REQUEST
200 * - 0x05
213 The following command will trigger the alert with a response of 0xc9 after 1
216 # i2cset -y 0 0x30 5 0xc9 0x00 100 i
221 smbus_alert 0-000c: SMBALERT# from dev 0x64, flag 1
234 on the SMBus Alert Response Address (0x0c). It will reassign its original