Searched refs:I2C_O_CCR (Results 1 – 2 of 2) sorted by relevance
256 HWREG(base + I2C_O_CCR) |= I2C_CCR_CFE_M; in I2CControllerEnable()282 HWREG(base + I2C_O_CCR) &= ~I2C_CCR_CFE_M; in I2CControllerDisable()536 HWREG(base + I2C_O_CCR) |= I2C_CCR_TFE_M; in I2CTargetEnable()614 HWREG(base + I2C_O_CCR) &= ~I2C_CCR_TFE_M; in I2CTargetDisable()
94 #define I2C_O_CCR 0x00000820U macro