Skip to content

Commit

Permalink
updated asr6601 i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed Jun 3, 2021
1 parent e5a0b21 commit 543626d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified cores/asr6601/asr6601.a
Binary file not shown.
1 change: 1 addition & 0 deletions cores/asr6601/drivers/peripheral/inc/tremo_i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ typedef enum {
I2C_FLAG_RFIFO_EMPTY = 0, /*!< Receive FIFO is empty */
I2C_FLAG_UNIT_BUSY = 15, /*!< I2C unit is busy */
I2C_FLAG_BUS_BUSY = 16, /*!< I2C bus is empty */
I2C_FLAG_ERR_LB_NAK = 14, /*!< I2C Last Byte Naked: MASTER_I2C_NACK */

I2C_FLAG_ARBITRATION_LOSS = 18, /*!< Arbitration loss */
I2C_FLAG_TRANS_EMPTY = 19, /*!< Transmit data empty */
Expand Down

0 comments on commit 543626d

Please sign in to comment.