Searched refs:IC_ENABLE (Results 1 – 3 of 3) sorted by relevance
112 I2Cx->IC_ENABLE &= ~BIT_CTRL_IC_ENABLE; in I2C_Init()816 I2Cx->IC_ENABLE |= BIT_CTRL_IC_ENABLE; in I2C_Cmd()821 I2Cx->IC_ENABLE &= ~BIT_CTRL_IC_ENABLE; in I2C_Cmd()
674 if (obj->I2Cx->IC_ENABLE & BIT_CTRL_IC_ENABLE) { in i2c_restart_enable()697 if (obj->I2Cx->IC_ENABLE & BIT_CTRL_IC_ENABLE) { in i2c_restart_disable()
857 __IO uint32_t IC_ENABLE; /*!< I2C enable register, Address offset: 0x6C */ member
Completed in 15 milliseconds