Home
last modified time | relevance | path

Searched refs:kI2C_StartStopDetectInterruptEnable (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.h90kI2C_StartStopDetectInterruptEnable = I2C_FLT_SSIE_MASK, /*!< I2C start&stop detect interrupt. */ enumerator
156 kIrqFlags = kI2C_GlobalInterruptEnable | kI2C_StartStopDetectInterruptEnable,
Dfsl_i2c.c715 if (0U != (mask & (uint32_t)kI2C_StartStopDetectInterruptEnable)) in I2C_EnableInterrupts()
754 if (0U != (mask & (uint32_t)kI2C_StartStopDetectInterruptEnable)) in I2C_DisableInterrupts()