Lines Matching refs:LPI2C_SET_DATA

518LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u));    /* Write SLA+W to Register LPI2CDA…  in LPI2C_WriteByte()
522 LPI2C_SET_DATA(lpi2c, data); /* Write data to LPI2CDAT */ in LPI2C_WriteByte()
584LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register LPI2CDA… in LPI2C_WriteMultiBytes()
591 LPI2C_SET_DATA(lpi2c, data[u32txLen++]); /* Write Data to LPI2CDAT */ in LPI2C_WriteMultiBytes()
656LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Send Slave address with write b… in LPI2C_WriteByteOneReg()
660LPI2C_SET_DATA(lpi2c, u8DataAddr); /* Write Lo byte address of register */ in LPI2C_WriteByteOneReg()
670 LPI2C_SET_DATA(lpi2c, data); in LPI2C_WriteByteOneReg()
732LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register LPI2CDA… in LPI2C_WriteMultiBytesOneReg()
736LPI2C_SET_DATA(lpi2c, u8DataAddr); /* Write Lo byte address of register */ in LPI2C_WriteMultiBytesOneReg()
746 LPI2C_SET_DATA(lpi2c, data[u32txLen++]); in LPI2C_WriteMultiBytesOneReg()
807LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Regis… in LPI2C_WriteByteTwoRegs()
811LPI2C_SET_DATA(lpi2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of re… in LPI2C_WriteByteTwoRegs()
821LPI2C_SET_DATA(lpi2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register … in LPI2C_WriteByteTwoRegs()
826 LPI2C_SET_DATA(lpi2c, data); in LPI2C_WriteByteTwoRegs()
888LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Regis… in LPI2C_WriteMultiBytesTwoRegs()
892LPI2C_SET_DATA(lpi2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of re… in LPI2C_WriteMultiBytesTwoRegs()
902LPI2C_SET_DATA(lpi2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register … in LPI2C_WriteMultiBytesTwoRegs()
907LPI2C_SET_DATA(lpi2c, data[u32txLen++]); /* Write data to Register LPI2C… in LPI2C_WriteMultiBytesTwoRegs()
962LPI2C_SET_DATA(lpi2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register LPI2C… in LPI2C_ReadByte()
1033LPI2C_SET_DATA(lpi2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register LPI2C… in LPI2C_ReadMultiBytes()
1109LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register LPI2C… in LPI2C_ReadByteOneReg()
1113LPI2C_SET_DATA(lpi2c, u8DataAddr); /* Write Lo byte address of register */ in LPI2C_ReadByteOneReg()
1124LPI2C_SET_DATA(lpi2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register LPI2C… in LPI2C_ReadByteOneReg()
1195LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Register LPI2C… in LPI2C_ReadMultiBytesOneReg()
1199LPI2C_SET_DATA(lpi2c, u8DataAddr); /* Write Lo byte address of register */ in LPI2C_ReadMultiBytesOneReg()
1210LPI2C_SET_DATA(lpi2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Register LPI2C… in LPI2C_ReadMultiBytesOneReg()
1285LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Regis… in LPI2C_ReadByteTwoRegs()
1289LPI2C_SET_DATA(lpi2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of re… in LPI2C_ReadByteTwoRegs()
1299LPI2C_SET_DATA(lpi2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register … in LPI2C_ReadByteTwoRegs()
1308LPI2C_SET_DATA(lpi2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Regis… in LPI2C_ReadByteTwoRegs()
1379LPI2C_SET_DATA(lpi2c, (uint8_t)(u8SlaveAddr << 1u | 0x00u)); /* Write SLA+W to Regis… in LPI2C_ReadMultiBytesTwoRegs()
1383LPI2C_SET_DATA(lpi2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of re… in LPI2C_ReadMultiBytesTwoRegs()
1393LPI2C_SET_DATA(lpi2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register … in LPI2C_ReadMultiBytesTwoRegs()
1402LPI2C_SET_DATA(lpi2c, (uint8_t)((u8SlaveAddr << 1u) | 0x01u)); /* Write SLA+R to Regis… in LPI2C_ReadMultiBytesTwoRegs()