Searched refs:I2C_WriteOneByte (Results 1 – 2 of 2) sorted by relevance
387 uint8_t I2C_WriteOneByte(I2C_Type *pI2Cx, uint8_t u8WrBuff) in I2C_WriteOneByte() function514 u8ErrorStatus = I2C_WriteOneByte(pI2Cx,((uint8_t)u16SlaveAddress<<1) | I2C_WRITE); in I2C_MasterSendWait()523 u8ErrorStatus = I2C_WriteOneByte(pI2Cx,pWrBuff[i]); in I2C_MasterSendWait()560 u8ErrorStatus = I2C_WriteOneByte(pI2Cx,((uint8_t)u16SlaveAddress<<1) | I2C_READ); in I2C_MasterReadWait()
510 uint8_t I2C_WriteOneByte(I2C_Type *pI2Cx, uint8_t u8WrBuff);
Completed in 4 milliseconds