Searched refs:LPI2C_CTL_STA_SI (Results 1 – 2 of 2) sorted by relevance
1121 u8Ctrl = LPI2C_CTL_STA_SI; /* Send repeat START */ in LPI2C_ReadByteOneReg()1207 u8Ctrl = LPI2C_CTL_STA_SI; /* Send repeat START */ in LPI2C_ReadMultiBytesOneReg()1304 … u8Ctrl = LPI2C_CTL_STA_SI; /* Clear SI and send repeat START */ in LPI2C_ReadByteTwoRegs()1398 … u8Ctrl = LPI2C_CTL_STA_SI; /* Clear SI and send repeat START */ in LPI2C_ReadMultiBytesTwoRegs()
35 #define LPI2C_CTL_STA_SI 0x28UL /*!< LPI2C_CTL setting for LPI2C control bits. It would … macro