Lines Matching refs:u32txLen
697 uint32_t u32txLen = 0U; in UI2C_WriteMultiBytes() local
716 if (u32txLen < u32wLen) in UI2C_WriteMultiBytes()
717 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytes()
745 …return u32txLen; /* Return bytes length tha… in UI2C_WriteMultiBytes()
766 uint32_t u32txLen = 0U; in UI2C_WriteByteOneReg() local
785 if (u32txLen == 0U) in UI2C_WriteByteOneReg()
788 u32txLen++; in UI2C_WriteByteOneReg()
790 else if (u32txLen == 1U) in UI2C_WriteByteOneReg()
793 u32txLen++; in UI2C_WriteByteOneReg()
846 uint32_t u32txLen = 0U; in UI2C_WriteMultiBytesOneReg() local
874 if (u32txLen < u32wLen) in UI2C_WriteMultiBytesOneReg()
875 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytesOneReg()
904 …return u32txLen; /* Return bytes length tha… in UI2C_WriteMultiBytesOneReg()
925 uint32_t u32txLen = 0U; in UI2C_WriteByteTwoRegs() local
944 if (u32txLen == 0U) in UI2C_WriteByteTwoRegs()
947 u32txLen++; in UI2C_WriteByteTwoRegs()
949 else if (u32txLen == 1U) in UI2C_WriteByteTwoRegs()
952 u32txLen++; in UI2C_WriteByteTwoRegs()
954 else if (u32txLen == 2U) in UI2C_WriteByteTwoRegs()
957 u32txLen++; in UI2C_WriteByteTwoRegs()
1010 uint32_t u32txLen = 0U; in UI2C_WriteMultiBytesTwoRegs() local
1045 if (u32txLen < u32wLen) in UI2C_WriteMultiBytesTwoRegs()
1047 … UI2C_SET_DATA(ui2c, data[u32txLen++]); /* Write data to UI2C_TXDAT */ in UI2C_WriteMultiBytesTwoRegs()
1078 …return u32txLen; /* Return bytes length… in UI2C_WriteMultiBytesTwoRegs()