Searched refs:IC_CON (Results 1 – 4 of 4) sorted by relevance
679 obj->I2Cx->IC_CON |= BIT_CTRL_IC_CON_IC_RESTART_EN; in i2c_restart_enable()702 obj->I2Cx->IC_CON &= ~BIT_CTRL_IC_CON_IC_RESTART_EN; in i2c_restart_disable()
121 I2Cx->IC_CON = (BIT_CTRL_IC_CON_IC_SLAVE_DISABLE_1 | in I2C_Init()141 I2Cx->IC_CON = ((I2C_InitStruct->I2CMaster << 7) | in I2C_Init()
66 I2Cx->IC_CON |= BIT_CTRL_IC_CON_IC_RESTART_EN; in csi_iic_init()
824 __IO uint32_t IC_CON; /*!< I2C control register, Address offset: 0x00 */ member
Completed in 16 milliseconds