Searched refs:cfgr2 (Results 1 – 1 of 1) sorted by relevance
330 uint32_t cfgr2; in LPI2C_MasterInit() local373 cfgr2 = base->MCFGR2; in LPI2C_MasterInit()378 cfgr2 &= ~LPI2C_MCFGR2_BUSIDLE_MASK; in LPI2C_MasterInit()379 cfgr2 |= LPI2C_MCFGR2_BUSIDLE(cycles); in LPI2C_MasterInit()385 cfgr2 &= ~LPI2C_MCFGR2_FILTSDA_MASK; in LPI2C_MasterInit()386 cfgr2 |= LPI2C_MCFGR2_FILTSDA(cycles); in LPI2C_MasterInit()392 cfgr2 &= ~LPI2C_MCFGR2_FILTSCL_MASK; in LPI2C_MasterInit()393 cfgr2 |= LPI2C_MCFGR2_FILTSCL(cycles); in LPI2C_MasterInit()395 base->MCFGR2 = cfgr2; in LPI2C_MasterInit()