Searched refs:IS_I2C_AUTO_MODE_TRG_POL (Results 1 – 4 of 4) sorted by relevance
285 #define IS_I2C_AUTO_MODE_TRG_POL(__POLARITY__) (((__POLARITY__) == I2C_TRIG_POLARITY_RISING) |… macro
329 #define IS_I2C_AUTO_MODE_TRG_POL(__POLARITY__) (((__POLARITY__) == I2C_TRIG_POLARITY_RISING) |… macro
390 assert_param(IS_I2C_AUTO_MODE_TRG_POL(sConfig->TriggerPolarity)); in HAL_I2CEx_SetConfigAutonomousMode()