Searched refs:IS_I2C_TRIG_INPUT_INSTANCE (Results 1 – 4 of 4) sorted by relevance
388 assert_param(IS_I2C_TRIG_INPUT_INSTANCE(hi2c->Instance)); in HAL_I2CEx_SetConfigAutonomousMode()431 assert_param(IS_I2C_TRIG_INPUT_INSTANCE(hi2c->Instance)); in HAL_I2CEx_GetConfigAutonomousMode()465 assert_param(IS_I2C_TRIG_INPUT_INSTANCE(hi2c->Instance)); in HAL_I2CEx_ClearConfigAutonomousMode()
388 assert_param(IS_I2C_TRIG_INPUT_INSTANCE(hi2c->Instance)); in HAL_I2CEx_SetConfigAutonomousMode()431 assert_param(IS_I2C_TRIG_INPUT_INSTANCE(hi2c->Instance)); in HAL_I2CEx_GetConfigAutonomousMode()469 assert_param(IS_I2C_TRIG_INPUT_INSTANCE(hi2c->Instance)); in HAL_I2CEx_ClearConfigAutonomousMode()
323 #define IS_I2C_TRIG_INPUT_INSTANCE(__INSTANCE__) (IS_I2C_GRP1_INSTANCE(__INSTANCE__) || \ macro326 #define IS_I2C_TRIG_INPUT_INSTANCE(__INSTANCE__) IS_I2C_GRP1_INSTANCE(__INSTANCE__) macro
282 #define IS_I2C_TRIG_INPUT_INSTANCE(__INSTANCE__) (IS_I2C_GRP1_INSTANCE(__INSTANCE__) || \ macro