Searched refs:IS_I2C_CFG_INT (Results 1 – 14 of 14) sorted by relevance
208 #define IS_I2C_CFG_INT(IT) ((((IT) & (uint16_t)0xF8FF) == 0x00) && ((IT) != 0x00)) macro
556 assert_param(IS_I2C_CFG_INT(I2C_IT)); in I2C_ConfigInt()
579 assert_param(IS_I2C_CFG_INT(I2C_IT)); in I2C_ConfigInt()
Completed in 741 milliseconds