Home
last modified time | relevance | path

Searched refs:I2C_STAT_MSTRARBLOSS (Results 1 – 4 of 4) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cm_15xx.c62 if (status & I2C_STAT_MSTRARBLOSS) { in Chip_I2CM_XferHandler()
66 Chip_I2CM_ClearStatus(pI2C, I2C_STAT_MSTRARBLOSS); in Chip_I2CM_XferHandler()
157 Chip_I2CM_ClearStatus(pI2C, I2C_STAT_MSTRARBLOSS | I2C_STAT_MSTSTSTPERR); in Chip_I2CM_Xfer()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2cm_15xx.h163 pI2C->STAT = clrStatus & (I2C_STAT_MSTRARBLOSS | I2C_STAT_MSTSTSTPERR); in Chip_I2CM_ClearStatus()
A Di2c_common_15xx.h83 #define I2C_STAT_MSTRARBLOSS (1 << 4) /*!< Master Arbitration Loss Bit */ macro
/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/
A Dperiph_i2cs_interrupt.c396 Chip_I2CM_ClearStatus(LPC_I2C_PORT, I2C_STAT_MSTRARBLOSS | I2C_STAT_MSTSTSTPERR); in LPC_I2C_INTHAND()

Completed in 6 milliseconds