Searched refs:BIT_CTRL_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()
479 #define BIT_CTRL_IC_ENABLE ((u32)0x00000001) macro
Completed in 6 milliseconds