Searched refs:tmpHigh (Results 1 – 1 of 1) sorted by relevance
693 uint8_t tmpHigh = (bestclkCycle - (2U + filtScl) / bestDivider) / 2U; in LPI2C_MasterSetBaudRate() local694 while (tmpHigh > (bestclkCycle - 52U * sourceClock_Hz / baudRate_Hz / bestDivider / 100U + 1U)) in LPI2C_MasterSetBaudRate()696 tmpHigh = tmpHigh - 1U; in LPI2C_MasterSetBaudRate()725 tmpReg = LPI2C_MCCR0_CLKHI((uint32_t)tmpHigh) | in LPI2C_MasterSetBaudRate()726 LPI2C_MCCR0_CLKLO((uint32_t)((uint32_t)bestclkCycle - (uint32_t)tmpHigh)) | in LPI2C_MasterSetBaudRate()