Searched refs:IS_I2C_GET_IT (Results 1 – 15 of 15) sorted by relevance
162 #define IS_I2C_GET_IT(IT) (((IT) == I2C_IT_RX_UNDER) || ((IT) == I2C_IT_RX_OVER) || \ macro
217 #define IS_I2C_GET_IT(IT) (((IT) == I2C_IT_SMBALERT) || ((IT) == I2C_IT_TIMEOUT) || \ macro
329 #define IS_I2C_GET_IT(IT) (((IT) == I2C_IT_TXIS) || ((IT) == I2C_IT_RXNE) || \ macro
328 #define IS_I2C_GET_IT(IT) (((IT) == I2C_IT_TXIS) || ((IT) == I2C_IT_RXNE) || \ macro
229 #define IS_I2C_GET_IT(IT) (((IT) == I2C_IT_RXUDF) || \ macro
751 assert_param(IS_I2C_GET_IT(I2C_IT)); in I2C_GetITStatus()
790 assert_param(IS_I2C_GET_IT(I2C_IT)); in I2C_GetITStatus()
781 assert_param(IS_I2C_GET_IT(I2C_IT)); in I2C_GetITStatus()
1140 assert_param(IS_I2C_GET_IT(I2C_IT)); in I2C_GetITStatus()
1174 assert_param(IS_I2C_GET_IT(I2C_IT)); in I2C_GetITStatus()
1476 assert_param(IS_I2C_GET_IT(I2C_IT)); in I2C_GetITStatus()
Completed in 59 milliseconds