We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0721cee commit 6c12ec2Copy full SHA for 6c12ec2
Documentation/i2c/smbus-protocol.rst
@@ -45,8 +45,8 @@ Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
45
get a 10 bit I2C address.
46
Comm (8 bits) Command byte, a data byte which often selects a register on
47
the device.
48
-Data (8 bits) A plain data byte. Sometimes, I write DataLow, DataHigh
49
- for 16 bit data.
+Data (8 bits) A plain data byte. DataLow and DataHigh represent the low and
+ high byte of a 16 bit word.
50
Count (8 bits) A data byte containing the length of a block operation.
51
52
[..] Data sent by I2C device, as opposed to data sent by the host
0 commit comments