Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2cm_15xx.h174 return (pI2C->STAT & I2C_STAT_MSTPENDING) != 0; in Chip_I2CM_IsMasterPending()
A Di2c_common_15xx.h81 #define I2C_STAT_MSTPENDING (1 << 0) /*!< Master Pending Status Bit */ macro
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cm_15xx.c76 else if (status & I2C_STAT_MSTPENDING) { in Chip_I2CM_XferHandler()

Completed in 6 milliseconds