mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
include/nuttx/i2c/i2c_master.h: Fix a small typo.
arch/mips/include/pic32mz/chip.h: Add a messing " in an error message. arch/mips/src/pic32mz: Add support for the I2C bus.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
* START/STOP Rules:
|
||||
*
|
||||
* 1. The lower half I2C driver will always issue the START condition at the
|
||||
* beginning of a message unless I2C_M_NOSTART flat is set in the
|
||||
* beginning of a message unless I2C_M_NOSTART flag is set in the
|
||||
* message.
|
||||
*
|
||||
* 2. The lower half I2C driver will always issue the STOP condition at the
|
||||
@@ -213,7 +213,7 @@ struct i2c_config_s
|
||||
uint8_t addrlen; /* I2C address length (7 or 10 bits) */
|
||||
};
|
||||
|
||||
/* I2C transaction segment beginning with a START. A number of these can
|
||||
/* I2C transaction segment beginning with a START. A number of these can
|
||||
* be transferred together to form an arbitrary sequence of write/read transfer
|
||||
* to an I2C slave device.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user