Home
last modified time | relevance | path

Searched refs:I2C_FLT_STOPIE_MASK (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_i2c.h86 kI2C_StopDetectInterruptEnable = I2C_FLT_STOPIE_MASK, /*!< I2C stop detect interrupt. */
Dfsl_i2c.c709 fltReg |= I2C_FLT_STOPIE_MASK; in I2C_EnableInterrupts()
749 base->FLT &= ~(I2C_FLT_STOPIE_MASK | I2C_FLT_STOPF_MASK); in I2C_DisableInterrupts()
/hal_nxp-2.7.6/mcux/devices/MKL25Z4/
DMKL25Z4.h1571 #define I2C_FLT_STOPIE_MASK (0x20U) macro
1573 … (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPIE_SHIFT)) & I2C_FLT_STOPIE_MASK)