Searched refs:cfgr2 (Results 1 – 1 of 1) sorted by relevance
463 uint32_t cfgr2; in LPI2C_MasterInit() local503 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()