Searched refs:LPI2C_MCFGR1_PINCFG_MASK (Results 1 – 2 of 2) sorted by relevance
235 #define LPI2C_MCFGR1_PINCFG_MASK (0x7000000U) macro237 … (((uint32_t)(((uint32_t)(x)) << LPI2C_MCFGR1_PINCFG_SHIFT)) & LPI2C_MCFGR1_PINCFG_MASK)
367 val &= ~(LPI2C_MCFGR1_PINCFG_MASK | LPI2C_MCFGR1_IGNACK_MASK); in bus_i2c_init()