Lines Matching refs:I2C_SET_CONTROL_REG
744 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteByte()
749 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register */ in I2C_WriteByte()
816 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteMultiBytes()
821 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register */ in I2C_WriteMultiBytes()
892 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteByteOneReg()
897 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register */ in I2C_WriteByteOneReg()
968 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteMultiBytesOneReg()
973 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register */ in I2C_WriteMultiBytesOneReg()
1050 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteByteTwoRegs()
1055 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL… in I2C_WriteByteTwoRegs()
1131 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteMultiBytesTwoRegs()
1136 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL… in I2C_WriteMultiBytesTwoRegs()
1195 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadByte()
1200 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register… in I2C_ReadByte()
1277 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadMultiBytes()
1282 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL r… in I2C_ReadMultiBytes()
1358 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadByteOneReg()
1363 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register… in I2C_ReadByteOneReg()
1455 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadMultiBytesOneReg()
1460 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register… in I2C_ReadMultiBytesOneReg()
1543 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadByteTwoRegs()
1548 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL… in I2C_ReadByteTwoRegs()
1648 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadMultiBytesTwoRegs()
1653 …I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL… in I2C_ReadMultiBytesTwoRegs()