Searched refs:I2C_STAT_MSTRARBLOSS (Results 1 – 4 of 4) sorted by relevance
62 if (status & I2C_STAT_MSTRARBLOSS) { in Chip_I2CM_XferHandler()66 Chip_I2CM_ClearStatus(pI2C, I2C_STAT_MSTRARBLOSS); 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()
83 #define I2C_STAT_MSTRARBLOSS (1 << 4) /*!< Master Arbitration Loss Bit */ macro
396 Chip_I2CM_ClearStatus(LPC_I2C_PORT, I2C_STAT_MSTRARBLOSS | I2C_STAT_MSTSTSTPERR); in LPC_I2C_INTHAND()
Completed in 6 milliseconds