Searched refs:I2C_Int (Results 1 – 4 of 4) sorted by relevance
230 void I2C_IntConfig(HT_I2C_TypeDef* I2Cx, u32 I2C_Int, ControlStatus NewState) in I2C_IntConfig() argument234 Assert_Param(IS_I2C_INT(I2C_Int)); in I2C_IntConfig()239 I2Cx->IER |= I2C_Int; in I2C_IntConfig()243 I2Cx->IER &= (u32)~I2C_Int; in I2C_IntConfig()
259 void I2C_IntConfig(HT_I2C_TypeDef* I2Cx, u32 I2C_Int, ControlStatus NewState) in I2C_IntConfig() argument263 Assert_Param(IS_I2C_INT(I2C_Int)); in I2C_IntConfig()268 I2Cx->IER |= I2C_Int; in I2C_IntConfig()272 I2Cx->IER &= (u32)~I2C_Int; in I2C_IntConfig()
286 void I2C_IntConfig(HT_I2C_TypeDef* I2Cx, u32 I2C_Int, ControlStatus NewState);
365 void I2C_IntConfig(HT_I2C_TypeDef* I2Cx, u32 I2C_Int, ControlStatus NewState);
Completed in 10 milliseconds