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()
1151 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT) in I2C_CheckEvent() argument1159 assert_param(IS_I2C_EVENT(I2C_EVENT)); in I2C_CheckEvent()1179 if ((lastevent & I2C_EVENT) == I2C_EVENT) in I2C_CheckEvent()
631 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT);
665 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT);
669 ErrorStatus I2C_CheckEvent(I2C_TypeDef* I2Cx, uint32_t I2C_EVENT);
Completed in 15 milliseconds