Searched refs:IS_I2C_CONFIG_IT (Results 1 – 15 of 15) sorted by relevance
138 #define IS_I2C_CONFIG_IT(IT) ((((IT) & (uint16_t)0xF8FF) == 0x00) && ((IT) != 0x00)) macro
191 #define IS_I2C_CONFIG_IT(IT) ((((IT) & (uint16_t)0xF8FF) == 0x00) && ((IT) != 0x00)) macro
267 #define IS_I2C_CONFIG_IT(IT) ((((IT) & (uint32_t)0xFFFFFF01) == 0x00) && ((IT) != 0x00)) macro
266 #define IS_I2C_CONFIG_IT(IT) ((((IT) & (uint32_t)0xFFFFFF01) == 0x00) && ((IT) != 0x00)) macro
227 #define IS_I2C_CONFIG_IT(IT) ((((IT) & (~(uint32_t)0x0FFF)) == 0x00) && ((IT) != 0x00)) macro
453 assert_param(IS_I2C_CONFIG_IT(I2C_IT)); in I2C_ITConfig()
444 assert_param(IS_I2C_CONFIG_IT(I2C_IT)); in I2C_ITConfig()
436 assert_param(IS_I2C_CONFIG_IT(I2C_IT)); in I2C_ITConfig()
525 assert_param(IS_I2C_CONFIG_IT(I2C_IT)); in I2C_ITConfig()
231 assert_param(IS_I2C_CONFIG_IT(I2C_IT)); in I2C_ITConfig()
309 assert_param(IS_I2C_CONFIG_IT(I2C_IT)); in I2C_ITConfig()
Completed in 28 milliseconds