Lines Matching refs:u32txLen

691     uint32_t u32txLen = 0U, u32TimeOutCount = 0U;  in UI2C_WriteMultiBytes()  local
720 if (u32txLen < u32wLen) in UI2C_WriteMultiBytes()
721 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytes()
749 …return u32txLen; /* Return bytes length tha… in UI2C_WriteMultiBytes()
772 uint32_t u32txLen = 0U, u32TimeOutCount = 0U; in UI2C_WriteByteOneReg() local
801 if (u32txLen == 0U) in UI2C_WriteByteOneReg()
804 u32txLen++; in UI2C_WriteByteOneReg()
806 else if (u32txLen == 1U) in UI2C_WriteByteOneReg()
809 u32txLen++; in UI2C_WriteByteOneReg()
864 uint32_t u32txLen = 0U, u32TimeOutCount = 0U; in UI2C_WriteMultiBytesOneReg() local
902 if (u32txLen < u32wLen) in UI2C_WriteMultiBytesOneReg()
903 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytesOneReg()
932 …return u32txLen; /* Return bytes length tha… in UI2C_WriteMultiBytesOneReg()
955 uint32_t u32txLen = 0U, u32TimeOutCount = 0U; in UI2C_WriteByteTwoRegs() local
984 if (u32txLen == 0U) in UI2C_WriteByteTwoRegs()
987 u32txLen++; in UI2C_WriteByteTwoRegs()
989 else if (u32txLen == 1U) in UI2C_WriteByteTwoRegs()
992 u32txLen++; in UI2C_WriteByteTwoRegs()
994 else if (u32txLen == 2U) in UI2C_WriteByteTwoRegs()
997 u32txLen++; in UI2C_WriteByteTwoRegs()
1052 uint32_t u32txLen = 0U, u32TimeOutCount = 0U; in UI2C_WriteMultiBytesTwoRegs() local
1097 if (u32txLen < u32wLen) in UI2C_WriteMultiBytesTwoRegs()
1099 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytesTwoRegs()
1130 …return u32txLen; /* Return bytes length… in UI2C_WriteMultiBytesTwoRegs()