Searched refs:I2C_Stop (Results 1 – 9 of 9) sorted by relevance
109 void I2C_Stop(I2C_Type * I2Cx) in I2C_Stop() function198 I2C_Stop(I2Cx); /* Prepare to stop send data. */ in I2C_MasterWriteBlocking()247 I2C_Stop(I2Cx); /* Prepare to stop I2C. */ in I2C_MasterReadBlocking()300 I2C_Stop(I2Cx); /* No more transmition, prepare to stop. */ in I2C_MasterXferHandler()308 I2C_Stop(I2Cx); /* Prepare to stop. */ in I2C_MasterXferHandler()323 I2C_Stop(I2Cx); /* Prepare to stop. */ in I2C_MasterXferHandler()
197 uint8_t I2C_Stop(I2C_Type *pI2Cx) in I2C_Stop() function532 u8ErrorStatus = I2C_Stop(pI2Cx); in I2C_MasterSendWait()581 u8ErrorStatus = I2C_Stop(pI2Cx); in I2C_MasterReadWait()
27 void I2C_Stop(I2C_TypeDef * I2Cx);
177 void I2C_Stop(I2C_TypeDef * I2Cx) in I2C_Stop() function
38 void I2C_Stop(I2C_TypeDef * I2Cx, uint8_t wait);
197 void I2C_Stop(I2C_TypeDef * I2Cx, uint8_t wait) in I2C_Stop() function
168 void I2C_Stop(I2C_Type * I2Cx);
479 uint8_t I2C_Stop(I2C_Type *pI2Cx);
184 if (LL_OK != I2C_Stop(i2c_obj->config->Instance, i2c_obj->config->timeout)) in hc32_hw_i2c_stop()
Completed in 15 milliseconds