Searched refs:I2C_Status (Results 1 – 4 of 4) sorted by relevance
448 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status) in I2C_CheckStatus() argument452 Assert_Param(IS_I2C_STATUS(I2C_Status)); in I2C_CheckStatus()454 if (I2Cx->SR == I2C_Status) in I2C_CheckStatus()
532 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status) in I2C_CheckStatus() argument536 Assert_Param(IS_I2C_STATUS(I2C_Status)); in I2C_CheckStatus()538 if (I2Cx->SR == I2C_Status) in I2C_CheckStatus()
295 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status);
378 ErrStatus I2C_CheckStatus(HT_I2C_TypeDef* I2Cx, u32 I2C_Status);
Completed in 11 milliseconds