Home
last modified time | relevance | path

Searched defs:pI2C (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2cs_15xx.h110 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 Di2cm_15xx.h126 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()
160 static INLINE void Chip_I2CM_ClearStatus(LPC_I2C_T *pI2C, uint32_t clrStatus) in Chip_I2CM_ClearStatus()
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()
237 static INLINE void Chip_I2CM_WriteByte(LPC_I2C_T *pI2C, uint8_t data) in Chip_I2CM_WriteByte()
[all …]
A Di2c_common_15xx.h238 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()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cm_15xx.c51 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 Di2c_common_15xx.c51 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 Di2cs_15xx.c51 uint32_t Chip_I2CS_XferHandler(LPC_I2C_T *pI2C, const I2CS_XFER_T *xfers) in Chip_I2CS_XferHandler()

Completed in 7 milliseconds