Searched refs:IS_I2C_CLR_INT (Results 1 – 14 of 14) sorted by relevance
232 #define IS_I2C_CLR_INT(IT) ((((IT) & (uint16_t)0x20FF) == 0x00) && ((IT) != (uint16_t)0x00)) macro
1284 assert_param(IS_I2C_CLR_INT(I2C_IT)); in I2C_ClrIntPendingBit()
1307 assert_param(IS_I2C_CLR_INT(I2C_IT)); in I2C_ClrIntPendingBit()
Completed in 29 milliseconds