Lines Matching refs:u32txLen

709     uint32_t u32txLen = 0U, u32TimeOutCount = 0U;  in UI2C_WriteMultiBytes()  local
738 if (u32txLen < u32wLen) in UI2C_WriteMultiBytes()
739 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytes()
767 …return u32txLen; /* Return bytes length tha… in UI2C_WriteMultiBytes()
788 uint32_t u32txLen = 0U, u32TimeOutCount = 0U; in UI2C_WriteByteOneReg() local
817 if (u32txLen == 0U) in UI2C_WriteByteOneReg()
820 u32txLen++; in UI2C_WriteByteOneReg()
822 else if (u32txLen == 1U) in UI2C_WriteByteOneReg()
825 u32txLen++; in UI2C_WriteByteOneReg()
878 uint32_t u32txLen = 0U, u32TimeOutCount = 0U; in UI2C_WriteMultiBytesOneReg() local
916 if (u32txLen < u32wLen) in UI2C_WriteMultiBytesOneReg()
917 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytesOneReg()
946 …return u32txLen; /* Return bytes length tha… in UI2C_WriteMultiBytesOneReg()
967 uint32_t u32txLen = 0U, u32TimeOutCount = 0U; in UI2C_WriteByteTwoRegs() local
996 if (u32txLen == 0U) in UI2C_WriteByteTwoRegs()
999 u32txLen++; in UI2C_WriteByteTwoRegs()
1001 else if (u32txLen == 1U) in UI2C_WriteByteTwoRegs()
1004 u32txLen++; in UI2C_WriteByteTwoRegs()
1006 else if (u32txLen == 2U) in UI2C_WriteByteTwoRegs()
1009 u32txLen++; in UI2C_WriteByteTwoRegs()
1062 uint32_t u32txLen = 0U, u32TimeOutCount = 0U; in UI2C_WriteMultiBytesTwoRegs() local
1107 if (u32txLen < u32wLen) in UI2C_WriteMultiBytesTwoRegs()
1109 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytesTwoRegs()
1140 …return u32txLen; /* Return bytes length… in UI2C_WriteMultiBytesTwoRegs()