Searched refs:LPC_I2C_T (Results 1 – 7 of 7) sorted by relevance
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | i2cm_15xx.h | 118 void Chip_I2CM_SetBusSpeed(LPC_I2C_T *pI2C, uint32_t busSpeed); 126 static INLINE void Chip_I2CM_Enable(LPC_I2C_T *pI2C) in Chip_I2CM_Enable() 137 static INLINE void Chip_I2CM_Disable(LPC_I2C_T *pI2C) in Chip_I2CM_Disable() 148 static INLINE uint32_t Chip_I2CM_GetStatus(LPC_I2C_T *pI2C) in Chip_I2CM_GetStatus() 172 static INLINE bool Chip_I2CM_IsMasterPending(LPC_I2C_T *pI2C) in Chip_I2CM_IsMasterPending() 184 static INLINE uint32_t Chip_I2CM_GetMasterState(LPC_I2C_T *pI2C) in Chip_I2CM_GetMasterState() 197 static INLINE void Chip_I2CM_SendStart(LPC_I2C_T *pI2C) in Chip_I2CM_SendStart() 210 static INLINE void Chip_I2CM_SendStop(LPC_I2C_T *pI2C) in Chip_I2CM_SendStop() 223 static INLINE void Chip_I2CM_MasterContinue(LPC_I2C_T *pI2C) in Chip_I2CM_MasterContinue() 249 static INLINE uint8_t Chip_I2CM_ReadByte(LPC_I2C_T *pI2C) in Chip_I2CM_ReadByte() [all …]
|
| A D | i2cs_15xx.h | 110 STATIC INLINE void Chip_I2CS_Enable(LPC_I2C_T *pI2C) in Chip_I2CS_Enable() 120 STATIC INLINE void Chip_I2CS_Disable(LPC_I2C_T *pI2C) in Chip_I2CS_Disable() 131 STATIC INLINE uint32_t Chip_I2CS_GetStatus(LPC_I2C_T *pI2C) in Chip_I2CS_GetStatus() 154 STATIC INLINE bool Chip_I2CS_IsSlavePending(LPC_I2C_T *pI2C) in Chip_I2CS_IsSlavePending() 165 STATIC INLINE bool Chip_I2CS_IsSlaveSelected(LPC_I2C_T *pI2C) in Chip_I2CS_IsSlaveSelected() 176 STATIC INLINE bool Chip_I2CS_IsSlaveDeSelected(LPC_I2C_T *pI2C) in Chip_I2CS_IsSlaveDeSelected() 188 STATIC INLINE uint32_t Chip_I2CS_GetSlaveState(LPC_I2C_T *pI2C) in Chip_I2CS_GetSlaveState() 198 STATIC INLINE uint32_t Chip_I2CS_GetSlaveMatchIndex(LPC_I2C_T *pI2C) in Chip_I2CS_GetSlaveMatchIndex() 211 STATIC INLINE void Chip_I2CS_SlaveContinue(LPC_I2C_T *pI2C) in Chip_I2CS_SlaveContinue() 222 STATIC INLINE void Chip_I2CS_SlaveNACK(LPC_I2C_T *pI2C) in Chip_I2CS_SlaveNACK() [all …]
|
| A D | i2c_common_15xx.h | 66 } LPC_I2C_T; typedef 218 void Chip_I2C_Init(LPC_I2C_T *pI2C); 227 void Chip_I2C_DeInit(LPC_I2C_T *pI2C); 238 static INLINE void Chip_I2C_SetClockDiv(LPC_I2C_T *pI2C, uint32_t clkdiv) in Chip_I2C_SetClockDiv() 255 static INLINE uint32_t Chip_I2C_GetClockDiv(LPC_I2C_T *pI2C) in Chip_I2C_GetClockDiv() 266 static INLINE void Chip_I2C_EnableInt(LPC_I2C_T *pI2C, uint32_t intEn) in Chip_I2C_EnableInt() 277 static INLINE void Chip_I2C_DisableInt(LPC_I2C_T *pI2C, uint32_t intClr) in Chip_I2C_DisableInt() 290 static INLINE void Chip_I2C_ClearInt(LPC_I2C_T *pI2C, uint32_t intClr) in Chip_I2C_ClearInt() 300 static INLINE uint32_t Chip_I2C_GetPendingInt(LPC_I2C_T *pI2C) in Chip_I2C_GetPendingInt()
|
| A D | chip.h | 101 #define LPC_I2C0 ((LPC_I2C_T *) LPC_I2C_BASE)
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | i2cm_15xx.c | 51 void Chip_I2CM_SetBusSpeed(LPC_I2C_T *pI2C, uint32_t busSpeed) in Chip_I2CM_SetBusSpeed() 58 uint32_t Chip_I2CM_XferHandler(LPC_I2C_T *pI2C, I2CM_XFER_T *xfer) in Chip_I2CM_XferHandler() 152 void Chip_I2CM_Xfer(LPC_I2C_T *pI2C, I2CM_XFER_T *xfer) in Chip_I2CM_Xfer() 165 uint32_t Chip_I2CM_XferBlocking(LPC_I2C_T *pI2C, I2CM_XFER_T *xfer) in Chip_I2CM_XferBlocking()
|
| A D | i2c_common_15xx.c | 51 void Chip_I2C_Init(LPC_I2C_T *pI2C) in Chip_I2C_Init() 61 void Chip_I2C_DeInit(LPC_I2C_T *pI2C) in Chip_I2C_DeInit()
|
| A D | i2cs_15xx.c | 51 uint32_t Chip_I2CS_XferHandler(LPC_I2C_T *pI2C, const I2CS_XFER_T *xfers) in Chip_I2CS_XferHandler()
|
Completed in 8 milliseconds