Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cm_15xx.c69 else if (status & I2C_STAT_MSTSTSTPERR) { in Chip_I2CM_XferHandler()
73 Chip_I2CM_ClearStatus(pI2C, I2C_STAT_MSTSTSTPERR); in Chip_I2CM_XferHandler()
157 Chip_I2CM_ClearStatus(pI2C, I2C_STAT_MSTRARBLOSS | I2C_STAT_MSTSTSTPERR); in Chip_I2CM_Xfer()
/lk-master/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.h84 #define I2C_STAT_MSTSTSTPERR (1 << 6) /*!< Master Start Stop Error Bit */ macro
/lk-master/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 11 milliseconds