Home
last modified time | relevance | path

Searched refs:bestclkCycle (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c627 uint8_t bestclkCycle = 0U; in LPI2C_MasterSetBaudRate() local
669 bestclkCycle = clkCycle; in LPI2C_MasterSetBaudRate()
693 uint8_t tmpHigh = (bestclkCycle - (2U + filtScl) / bestDivider) / 2U; in LPI2C_MasterSetBaudRate()
694 while (tmpHigh > (bestclkCycle - 52U * sourceClock_Hz / baudRate_Hz / bestDivider / 100U + 1U)) in LPI2C_MasterSetBaudRate()
726 LPI2C_MCCR0_CLKLO((uint32_t)((uint32_t)bestclkCycle - (uint32_t)tmpHigh)) | in LPI2C_MasterSetBaudRate()