Searched refs:I2C_Start (Results 1 – 7 of 7) sorted by relevance
163 uint8_t I2C_Start(I2C_Type *pI2Cx) in I2C_Start() function511 u8ErrorStatus = I2C_Start(pI2Cx); in I2C_MasterSendWait()557 u8ErrorStatus = I2C_Start(pI2Cx); in I2C_MasterReadWait()
26 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr);
160 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr) in I2C_Start() function
37 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr, uint8_t wait);
165 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr, uint8_t wait) in I2C_Start() function
478 uint8_t I2C_Start(I2C_Type *pI2Cx);
153 if (LL_OK != I2C_Start(i2c_obj->config->Instance, i2c_obj->config->timeout)) in hc32_hw_i2c_start()
Completed in 16 milliseconds