Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c624 uint8_t bestPre = 0U; in LPI2C_MasterSetBaudRate() local
667 bestPre = prescale; in LPI2C_MasterSetBaudRate()
731 base->MCFGR1 = (base->MCFGR1 & ~LPI2C_MCFGR1_PRESCALE_MASK) | LPI2C_MCFGR1_PRESCALE(bestPre); in LPI2C_MasterSetBaudRate()