Searched refs:I2C_FLT_STOPIE_MASK (Results 1 – 3 of 3) sorted by relevance
86 kI2C_StopDetectInterruptEnable = I2C_FLT_STOPIE_MASK, /*!< I2C stop detect interrupt. */
709 fltReg |= I2C_FLT_STOPIE_MASK; in I2C_EnableInterrupts()749 base->FLT &= ~(I2C_FLT_STOPIE_MASK | I2C_FLT_STOPF_MASK); in I2C_DisableInterrupts()
1571 #define I2C_FLT_STOPIE_MASK (0x20U) macro1573 … (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPIE_SHIFT)) & I2C_FLT_STOPIE_MASK)