Lines Matching refs:u16DataAddr
782 uint8_t LPI2C_WriteByteTwoRegs(LPI2C_T *lpi2c, uint8_t u8SlaveAddr, uint16_t u16DataAddr, uint8_t d… in LPI2C_WriteByteTwoRegs() argument
811 …LPI2C_SET_DATA(lpi2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of re… in LPI2C_WriteByteTwoRegs()
821 …LPI2C_SET_DATA(lpi2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register … in LPI2C_WriteByteTwoRegs()
863 uint32_t LPI2C_WriteMultiBytesTwoRegs(LPI2C_T *lpi2c, uint8_t u8SlaveAddr, uint16_t u16DataAddr, ui… in LPI2C_WriteMultiBytesTwoRegs() argument
892 …LPI2C_SET_DATA(lpi2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of re… in LPI2C_WriteMultiBytesTwoRegs()
902 …LPI2C_SET_DATA(lpi2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register … in LPI2C_WriteMultiBytesTwoRegs()
1261 uint8_t LPI2C_ReadByteTwoRegs(LPI2C_T *lpi2c, uint8_t u8SlaveAddr, uint16_t u16DataAddr) in LPI2C_ReadByteTwoRegs() argument
1289 …LPI2C_SET_DATA(lpi2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of re… in LPI2C_ReadByteTwoRegs()
1299 …LPI2C_SET_DATA(lpi2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register … in LPI2C_ReadByteTwoRegs()
1354 uint32_t LPI2C_ReadMultiBytesTwoRegs(LPI2C_T *lpi2c, uint8_t u8SlaveAddr, uint16_t u16DataAddr, uin… in LPI2C_ReadMultiBytesTwoRegs() argument
1383 …LPI2C_SET_DATA(lpi2c, (uint8_t)((u16DataAddr & 0xFF00u) >> 8u)); /* Write Hi byte address of re… in LPI2C_ReadMultiBytesTwoRegs()
1393 …LPI2C_SET_DATA(lpi2c, (uint8_t)(u16DataAddr & 0xFFu)); /* Write Lo byte address of register … in LPI2C_ReadMultiBytesTwoRegs()