Searched refs:Chip_I2C_GetPendingInt (Results 1 – 3 of 3) sorted by relevance
59 if ((Chip_I2C_GetPendingInt(pI2C) & I2C_INTENSET_SLVDESEL) != 0) { in Chip_I2CS_XferHandler()
392 uint32_t state = Chip_I2C_GetPendingInt(LPC_I2C_PORT); in LPC_I2C_INTHAND()409 state = Chip_I2C_GetPendingInt(LPC_I2C_PORT); in LPC_I2C_INTHAND()
300 static INLINE uint32_t Chip_I2C_GetPendingInt(LPC_I2C_T *pI2C) in Chip_I2C_GetPendingInt() function
Completed in 4 milliseconds