Searched refs:I2C_INTENSET_MSTPENDING (Results 1 – 3 of 3) sorted by relevance
127 …Chip_I2C_EnableInt(LPC_I2C0, I2C_INTENSET_MSTPENDING | I2C_INTENSET_MSTRARBLOSS | I2C_INTENSET_MST… in SetupXferRecAndExecute()131 …Chip_I2C_ClearInt(LPC_I2C0, I2C_INTENSET_MSTPENDING | I2C_INTENSET_MSTRARBLOSS | I2C_INTENSET_MSTS… in SetupXferRecAndExecute()
205 …Chip_I2C_EnableInt(LPC_I2C_PORT, I2C_INTENSET_MSTPENDING | I2C_INTENSET_MSTRARBLOSS | I2C_INTENSET… in SetupXferRecAndExecute()209 …Chip_I2C_DisableInt(LPC_I2C_PORT, I2C_INTENSET_MSTPENDING | I2C_INTENSET_MSTRARBLOSS | I2C_INTENSE… in SetupXferRecAndExecute()400 if (state & I2C_INTENSET_MSTPENDING) { in LPC_I2C_INTHAND()
111 #define I2C_INTENSET_MSTPENDING (1 << 0) /*!< Master Pending Interrupt Enable Bit */ macro
Completed in 5 milliseconds