Searched refs:Chip_I2C_EnableInt (Results 1 – 3 of 3) sorted by relevance
129 Chip_I2C_EnableInt(LPC_I2C_PORT, I2C_INTENSET_SLVPENDING | I2C_INTENSET_SLVDESEL); in setupI2CSlave()205 …Chip_I2C_EnableInt(LPC_I2C_PORT, I2C_INTENSET_MSTPENDING | I2C_INTENSET_MSTRARBLOSS | I2C_INTENSET… in SetupXferRecAndExecute()
127 …Chip_I2C_EnableInt(LPC_I2C0, I2C_INTENSET_MSTPENDING | I2C_INTENSET_MSTRARBLOSS | I2C_INTENSET_MST… in SetupXferRecAndExecute()
266 static INLINE void Chip_I2C_EnableInt(LPC_I2C_T *pI2C, uint32_t intEn) in Chip_I2C_EnableInt() function
Completed in 5 milliseconds