Searched refs:IS_I2C_NO_STRETCH (Results 1 – 8 of 8) sorted by relevance
347 #define IS_I2C_NO_STRETCH(STRETCH) (((STRETCH) == I2C_NOSTRETCH_DISABLE) || \ macro
371 #define IS_I2C_NO_STRETCH(STRETCH) (((STRETCH) == ALD_I2C_NOSTRETCH_DISABLE) || \ macro
377 #define IS_I2C_NO_STRETCH(x) (((x) == I2C_NOSTRETCH_DISABLE) || \ macro
688 #define IS_I2C_NO_STRETCH(STRETCH) (((STRETCH) == I2C_NOSTRETCH_DISABLE) || \ macro
350 assert_param(IS_I2C_NO_STRETCH(hperh->init.no_stretch)); in ald_i2c_init()
286 assert_param(IS_I2C_NO_STRETCH(hperh->init.no_stretch)); in ald_i2c_init()
348 assert_param(IS_I2C_NO_STRETCH(hperh->init.no_stretch)); in ald_i2c_init()
455 assert_param(IS_I2C_NO_STRETCH(hi2c->Init.NoStretchMode)); in HAL_I2C_Init()
Completed in 51 milliseconds