Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.c555 uint8_t bestPre = 0U; in LPI2C_MasterSetBaudRate() local
598 bestPre = prescale; in LPI2C_MasterSetBaudRate()
662 base->MCFGR1 = (base->MCFGR1 & ~LPI2C_MCFGR1_PRESCALE_MASK) | LPI2C_MCFGR1_PRESCALE(bestPre); in LPI2C_MasterSetBaudRate()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c644 uint8_t bestPre = 0U; in LPI2C_MasterSetBaudRate() local
687 bestPre = prescale; in LPI2C_MasterSetBaudRate()
751 base->MCFGR1 = (base->MCFGR1 & ~LPI2C_MCFGR1_PRESCALE_MASK) | LPI2C_MCFGR1_PRESCALE(bestPre); in LPI2C_MasterSetBaudRate()