Searched refs:I2C_STAT_MSTPENDING (Results 1 – 3 of 3) sorted by relevance
174 return (pI2C->STAT & I2C_STAT_MSTPENDING) != 0; in Chip_I2CM_IsMasterPending()
81 #define I2C_STAT_MSTPENDING (1 << 0) /*!< Master Pending Status Bit */ macro
76 else if (status & I2C_STAT_MSTPENDING) { in Chip_I2CM_XferHandler()
Completed in 6 milliseconds