Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c463 uint32_t cfgr2; in LPI2C_MasterInit() local
503 cfgr2 = base->MCFGR2; in LPI2C_MasterInit()
510 cfgr2 &= ~LPI2C_MCFGR2_FILTSDA_MASK; in LPI2C_MasterInit()
511 cfgr2 |= LPI2C_MCFGR2_FILTSDA(cycles); in LPI2C_MasterInit()
519 cfgr2 &= ~LPI2C_MCFGR2_FILTSCL_MASK; in LPI2C_MasterInit()
520 cfgr2 |= LPI2C_MCFGR2_FILTSCL(cycles); in LPI2C_MasterInit()
522 base->MCFGR2 = cfgr2; in LPI2C_MasterInit()