Lines Matching refs:I2C_SET_DATA

761I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u));    /* Write SLA+W to Register I2CDAT */  in I2C_WriteByte()
765 I2C_SET_DATA(i2c, data); /* Write data to I2CDAT */ in I2C_WriteByte()
827I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register I2CDAT */ in I2C_WriteMultiBytes()
834 I2C_SET_DATA(i2c, data[u32txLen++]); /* Write Data to I2CDAT */ in I2C_WriteMultiBytes()
899I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Send Slave address with write bit */ in I2C_WriteByteOneReg()
903 I2C_SET_DATA(i2c, u8DataAddr); /* Write Lo byte address of register */ in I2C_WriteByteOneReg()
913 I2C_SET_DATA(i2c, data); in I2C_WriteByteOneReg()
975I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register I2CDAT */ in I2C_WriteMultiBytesOneReg()
979 I2C_SET_DATA(i2c, u8DataAddr); /* Write Lo byte address of register */ in I2C_WriteMultiBytesOneReg()
989 I2C_SET_DATA(i2c, data[u32txLen++]); in I2C_WriteMultiBytesOneReg()
1050I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register … in I2C_WriteByteTwoRegs()
1054I2C_SET_DATA(i2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of regist… in I2C_WriteByteTwoRegs()
1064I2C_SET_DATA(i2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register */ in I2C_WriteByteTwoRegs()
1069 I2C_SET_DATA(i2c, data); in I2C_WriteByteTwoRegs()
1131I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register … in I2C_WriteMultiBytesTwoRegs()
1135I2C_SET_DATA(i2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of regist… in I2C_WriteMultiBytesTwoRegs()
1145I2C_SET_DATA(i2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register */ in I2C_WriteMultiBytesTwoRegs()
1150I2C_SET_DATA(i2c, data[u32txLen++]); /* Write data to Register I2CDAT*/ in I2C_WriteMultiBytesTwoRegs()
1205I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register I2CDAT */ in I2C_ReadByte()
1276I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register I2CDAT */ in I2C_ReadMultiBytes()
1352I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register I2CDAT */ in I2C_ReadByteOneReg()
1356I2C_SET_DATA(i2c, u8DataAddr); /* Write Lo byte address of register */ in I2C_ReadByteOneReg()
1367I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register I2CDAT */ in I2C_ReadByteOneReg()
1438I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register I2CDAT */ in I2C_ReadMultiBytesOneReg()
1442I2C_SET_DATA(i2c, u8DataAddr); /* Write Lo byte address of register */ in I2C_ReadMultiBytesOneReg()
1453I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register I2CDAT */ in I2C_ReadMultiBytesOneReg()
1528I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register … in I2C_ReadByteTwoRegs()
1532I2C_SET_DATA(i2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of regist… in I2C_ReadByteTwoRegs()
1542I2C_SET_DATA(i2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register */ in I2C_ReadByteTwoRegs()
1551I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register … in I2C_ReadByteTwoRegs()
1622I2C_SET_DATA(i2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register … in I2C_ReadMultiBytesTwoRegs()
1626I2C_SET_DATA(i2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of regist… in I2C_ReadMultiBytesTwoRegs()
1636I2C_SET_DATA(i2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register */ in I2C_ReadMultiBytesTwoRegs()
1645I2C_SET_DATA(i2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register … in I2C_ReadMultiBytesTwoRegs()