Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2cm_15xx.h239 pI2C->MSTDAT = (uint32_t) data; in Chip_I2CM_WriteByte()
251 return (uint8_t) (pI2C->MSTDAT & I2C_MSTDAT_DATAMASK); in Chip_I2CM_ReadByte()
A Di2c_common_15xx.h58 __IO uint32_t MSTDAT; /*!< I2C Master Data Register */ member
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cm_15xx.c87 *xfer->rxBuff++ = pI2C->MSTDAT; in Chip_I2CM_XferHandler()
105 pI2C->MSTDAT = *xfer->txBuff++; in Chip_I2CM_XferHandler()

Completed in 5 milliseconds