summaryrefslogtreecommitdiff
path: root/include/usb_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_i2c.h')
-rw-r--r--include/usb_i2c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usb_i2c.h b/include/usb_i2c.h
index 5719ee4333..d5ea414e3b 100644
--- a/include/usb_i2c.h
+++ b/include/usb_i2c.h
@@ -50,10 +50,10 @@
* Fields:
*
* - wc/port: 1 byte: 4 top bits are the 4 top bits of the 12 bit write
- * counter, the 4 bottom bits are the port address, i2c interface
+ * counter, the 4 bottom bits are the port address, i2c driver
* index.
*
- * - addr: slave address, 1 byte, i2c 7-bit bus address.
+ * - addr: peripheral address, 1 byte, i2c 7-bit bus address.
*
* - wc: write count, 1 byte, zero based count of bytes to write. If the
* indicated write count cause the payload + header exceeds 64 bytes,
@@ -216,7 +216,7 @@ int usb_i2c_board_is_enabled(void);
/*
* Special i2c address to use when the client is required to execute some
- * command which does not directly involve the i2c master driver.
+ * command which does not directly involve the i2c controller driver.
*/
#define USB_I2C_CMD_ADDR_FLAGS 0x78