Searched refs:bestclkCycle (Results 1 – 1 of 1) sorted by relevance
524 uint8_t bestclkCycle = 0U; in LPI2C_MasterSetBaudRate() local566 bestclkCycle = clkCycle; in LPI2C_MasterSetBaudRate()590 uint8_t tmpHigh = (bestclkCycle - (2U + filtScl) / bestDivider) / 2U; in LPI2C_MasterSetBaudRate()591 while (tmpHigh > (bestclkCycle - 52U * sourceClock_Hz / baudRate_Hz / bestDivider / 100U + 1U)) in LPI2C_MasterSetBaudRate()623 LPI2C_MCCR0_CLKLO((uint32_t)((uint32_t)bestclkCycle - (uint32_t)tmpHigh)) | in LPI2C_MasterSetBaudRate()