Changeset 3490 for i2c/trunk/doc/i2c-protocol
- Timestamp:
- 08/11/00 12:02:54 (8 years ago)
- Files:
-
- i2c/trunk/doc/i2c-protocol (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/doc/i2c-protocol
r3428 r3490 19 19 20 20 21 Simple send tran action21 Simple send transaction 22 22 ====================== 23 23 … … 35 35 36 36 37 Combined tran actions37 Combined transactions 38 38 ==================== 39 39 … … 55 55 In a combined transaction, no 'S Addr' is generated at some point. 56 56 For example, setting I2C_M_NOSTART on the second partial message 57 generate ds something like:57 generates something like: 58 58 S Addr Rd [A] [Data] NA Wr [A] Data [A] P 59 59 If you set the I2C_M_NOSTART variable for the first partial message,
