Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Di2c.h109 #define I2C_TARGET_INT_STOP 0x00000004 // Stop Condition Interrupt. macro
708 ASSERT(intFlags & (I2C_TARGET_INT_STOP | I2C_TARGET_INT_START | I2C_TARGET_INT_DATA)); in I2CTargetEnableInt()
740 ASSERT(intFlags & (I2C_TARGET_INT_STOP | I2C_TARGET_INT_START | I2C_TARGET_INT_DATA)); in I2CTargetDisableInt()