Searched refs:cfgr2 (Results 1 – 2 of 2) sorted by relevance
369 uint32_t cfgr2; in LPI2C_MasterInit() local425 cfgr2 = base->MCFGR2; in LPI2C_MasterInit()432 cfgr2 &= ~LPI2C_MCFGR2_FILTSDA_MASK; in LPI2C_MasterInit()433 cfgr2 |= LPI2C_MCFGR2_FILTSDA(cycles); in LPI2C_MasterInit()441 cfgr2 &= ~LPI2C_MCFGR2_FILTSCL_MASK; in LPI2C_MasterInit()442 cfgr2 |= LPI2C_MCFGR2_FILTSCL(cycles); in LPI2C_MasterInit()444 base->MCFGR2 = cfgr2; in LPI2C_MasterInit()460 cfgr2 &= ~LPI2C_MCFGR2_BUSIDLE_MASK; in LPI2C_MasterInit()461 cfgr2 |= LPI2C_MCFGR2_BUSIDLE(cycles); in LPI2C_MasterInit()463 base->MCFGR2 = cfgr2; in LPI2C_MasterInit()
479 uint32_t cfgr2; in LPI2C_MasterInit() local523 cfgr2 = base->MCFGR2; in LPI2C_MasterInit()530 cfgr2 &= ~LPI2C_MCFGR2_FILTSDA_MASK; in LPI2C_MasterInit()531 cfgr2 |= LPI2C_MCFGR2_FILTSDA(cycles); in LPI2C_MasterInit()539 cfgr2 &= ~LPI2C_MCFGR2_FILTSCL_MASK; in LPI2C_MasterInit()540 cfgr2 |= LPI2C_MCFGR2_FILTSCL(cycles); in LPI2C_MasterInit()542 base->MCFGR2 = cfgr2; in LPI2C_MasterInit()