Searched refs:I2C_STAT_MSTSTSTPERR (Results 1 – 4 of 4) sorted by relevance
69 else if (status & I2C_STAT_MSTSTSTPERR) { in Chip_I2CM_XferHandler()73 Chip_I2CM_ClearStatus(pI2C, I2C_STAT_MSTSTSTPERR); in Chip_I2CM_XferHandler()157 Chip_I2CM_ClearStatus(pI2C, I2C_STAT_MSTRARBLOSS | I2C_STAT_MSTSTSTPERR); in Chip_I2CM_Xfer()
163 pI2C->STAT = clrStatus & (I2C_STAT_MSTRARBLOSS | I2C_STAT_MSTSTSTPERR); in Chip_I2CM_ClearStatus()
84 #define I2C_STAT_MSTSTSTPERR (1 << 6) /*!< Master Start Stop Error Bit */ macro
396 Chip_I2CM_ClearStatus(LPC_I2C_PORT, I2C_STAT_MSTRARBLOSS | I2C_STAT_MSTSTSTPERR); in LPC_I2C_INTHAND()
Completed in 11 milliseconds