Searched refs:I2C_EVENT (Results 1 – 6 of 6) sorted by relevance
984 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT) in I2C_CheckEvent() argument992 assert_param(IS_I2C_EVENT(I2C_EVENT)); in I2C_CheckEvent()1003 if ((lastevent & I2C_EVENT) == I2C_EVENT) in I2C_CheckEvent()
1097 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT) in I2C_CheckEvent() argument1105 assert_param(IS_I2C_EVENT(I2C_EVENT)); in I2C_CheckEvent()1116 if ((lastevent & I2C_EVENT) == I2C_EVENT) in I2C_CheckEvent()
1158 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT) in I2C_CheckEvent() argument1166 assert_param(IS_I2C_EVENT(I2C_EVENT)); in I2C_CheckEvent()1177 if ((lastevent & I2C_EVENT) == I2C_EVENT) in I2C_CheckEvent()
665 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT);
631 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT);
677 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT);
Completed in 13 milliseconds