Home
last modified time | relevance | path

Searched refs:I2C_INTENSET_MSTPENDING (Results 1 – 3 of 3) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src/
A Dperiph_i2cm_interrupt.c127 …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()
/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/
A Dperiph_i2cs_interrupt.c205 …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()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2c_common_15xx.h111 #define I2C_INTENSET_MSTPENDING (1 << 0) /*!< Master Pending Interrupt Enable Bit */ macro

Completed in 5 milliseconds