Lines Matching refs:I2C_SET_DATA

695I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u));    /* Write SLA+W to Register I2CDAT */  in I2C_WriteByte()
699 I2C_SET_DATA(i2c, data); /* Write data to I2CDAT */ in I2C_WriteByte()
748I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register I2CDAT */ in I2C_WriteMultiBytes()
755 I2C_SET_DATA(i2c, data[u32txLen++]); /* Write Data to I2CDAT */ in I2C_WriteMultiBytes()
807I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Send Slave address with write bit */ in I2C_WriteByteOneReg()
811 I2C_SET_DATA(i2c, u8DataAddr); /* Write Lo byte address of register */ in I2C_WriteByteOneReg()
821 I2C_SET_DATA(i2c, data); in I2C_WriteByteOneReg()
870I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register I2CDAT */ in I2C_WriteMultiBytesOneReg()
874 I2C_SET_DATA(i2c, u8DataAddr); /* Write Lo byte address of register */ in I2C_WriteMultiBytesOneReg()
884 I2C_SET_DATA(i2c, data[u32txLen++]); in I2C_WriteMultiBytesOneReg()
932I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register … in I2C_WriteByteTwoRegs()
936I2C_SET_DATA(i2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of regist… in I2C_WriteByteTwoRegs()
946I2C_SET_DATA(i2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register */ in I2C_WriteByteTwoRegs()
951 I2C_SET_DATA(i2c, data); in I2C_WriteByteTwoRegs()
1000I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register … in I2C_WriteMultiBytesTwoRegs()
1004I2C_SET_DATA(i2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of regist… in I2C_WriteMultiBytesTwoRegs()
1014I2C_SET_DATA(i2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register */ in I2C_WriteMultiBytesTwoRegs()
1019I2C_SET_DATA(i2c, data[u32txLen++]); /* Write data to Register I2CDAT*/ in I2C_WriteMultiBytesTwoRegs()
1061I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register I2CDAT */ in I2C_ReadByte()
1119I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register I2CDAT */ in I2C_ReadMultiBytes()
1182I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register I2CDAT */ in I2C_ReadByteOneReg()
1186I2C_SET_DATA(i2c, u8DataAddr); /* Write Lo byte address of register */ in I2C_ReadByteOneReg()
1197I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register I2CDAT */ in I2C_ReadByteOneReg()
1255I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register I2CDAT */ in I2C_ReadMultiBytesOneReg()
1259I2C_SET_DATA(i2c, u8DataAddr); /* Write Lo byte address of register */ in I2C_ReadMultiBytesOneReg()
1270I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register I2CDAT */ in I2C_ReadMultiBytesOneReg()
1332I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register … in I2C_ReadByteTwoRegs()
1336I2C_SET_DATA(i2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of regist… in I2C_ReadByteTwoRegs()
1346I2C_SET_DATA(i2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register */ in I2C_ReadByteTwoRegs()
1355I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register … in I2C_ReadByteTwoRegs()
1413I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register … in I2C_ReadMultiBytesTwoRegs()
1417I2C_SET_DATA(i2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of regist… in I2C_ReadMultiBytesTwoRegs()
1427I2C_SET_DATA(i2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register */ in I2C_ReadMultiBytesTwoRegs()
1436I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register … in I2C_ReadMultiBytesTwoRegs()