Searched refs:LPC_I2C0 (Results 1 – 8 of 8) sorted by relevance
88 Chip_I2C_Init(LPC_I2C0); in setupI2CMaster()91 Chip_I2C_SetClockDiv(LPC_I2C0, I2C_CLK_DIVIDER); in setupI2CMaster()94 Chip_I2CM_SetBusSpeed(LPC_I2C0, I2C_BITRATE); in setupI2CMaster()97 Chip_I2CM_Enable(LPC_I2C0); in setupI2CMaster()125 Chip_I2CM_Xfer(LPC_I2C0, &i2cmXferRec); in SetupXferRecAndExecute()127 …Chip_I2C_EnableInt(LPC_I2C0, I2C_INTENSET_MSTPENDING | I2C_INTENSET_MSTRARBLOSS | I2C_INTENSET_MST… in SetupXferRecAndExecute()131 …Chip_I2C_ClearInt(LPC_I2C0, I2C_INTENSET_MSTPENDING | I2C_INTENSET_MSTRARBLOSS | I2C_INTENSET_MSTS… in SetupXferRecAndExecute()180 Chip_I2CM_XferHandler(LPC_I2C0, &i2cmXferRec); in I2C0_IRQHandler()
86 Chip_I2C_Init(LPC_I2C0); in setupI2CMaster()89 Chip_I2C_SetClockDiv(LPC_I2C0, I2C_CLK_DIVIDER); in setupI2CMaster()92 Chip_I2CM_SetBusSpeed(LPC_I2C0, I2C_BITRATE); in setupI2CMaster()95 Chip_I2CM_Enable(LPC_I2C0); in setupI2CMaster()112 Chip_I2CM_XferBlocking(LPC_I2C0, &i2cmXferRec); in SetupXferRecAndExecute()
98 Chip_I2C_Init(LPC_I2C0); in setupI2CSlave()
101 #define LPC_I2C0 ((LPC_I2C_T *) LPC_I2C_BASE) macro
104 Chip_I2C_Init(LPC_I2C0); in setupI2CSlave()
93 Chip_I2C_Init(LPC_I2C0); in setupI2CMaster()
96 Chip_I2C_Init(LPC_I2C0); in setupI2CMaster()
56 #define LPC_I2C_PORT LPC_I2C0
Completed in 9 milliseconds