Searched refs:I2C_REG_RAW_INTR_STAT_TX_ABRT (Results 1 – 2 of 2) sorted by relevance
67 #define I2C_REG_RAW_INTR_STAT_TX_ABRT (BIT6) // Raw Interrupt Status Register TX Abor… macro
258 if ((Data & I2C_REG_RAW_INTR_STAT_TX_ABRT) != 0) { in WaitForStopDet()