Skip to content

Commit 543626d

Browse files
updated asr6601 i2c
1 parent e5a0b21 commit 543626d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

cores/asr6601/asr6601.a

-448 Bytes
Binary file not shown.

cores/asr6601/drivers/peripheral/inc/tremo_i2c.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ typedef enum {
8484
I2C_FLAG_RFIFO_EMPTY = 0, /*!< Receive FIFO is empty */
8585
I2C_FLAG_UNIT_BUSY = 15, /*!< I2C unit is busy */
8686
I2C_FLAG_BUS_BUSY = 16, /*!< I2C bus is empty */
87+
I2C_FLAG_ERR_LB_NAK = 14, /*!< I2C Last Byte Naked: MASTER_I2C_NACK */
8788

8889
I2C_FLAG_ARBITRATION_LOSS = 18, /*!< Arbitration loss */
8990
I2C_FLAG_TRANS_EMPTY = 19, /*!< Transmit data empty */

0 commit comments

Comments
 (0)