Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cm_15xx.c148 return xfer->status != I2CM_STATUS_BUSY; in Chip_I2CM_XferHandler()
155 xfer->status = I2CM_STATUS_BUSY; in Chip_I2CM_Xfer()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2cm_15xx.h70 #define I2CM_STATUS_BUSY 0xFF /*!< I2C transmistter is busy. */ macro
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src/
A Dperiph_i2cm_interrupt.c104 while (xferRecPtr->status == I2CM_STATUS_BUSY) { in WaitForI2cXferComplete()
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/
A Dperiph_i2cs_interrupt.c179 while (xferRecPtr->status == I2CM_STATUS_BUSY) { in WaitForI2cXferComplete()

Completed in 4 milliseconds