HAL
IS_I2C_NO_STRETCH is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_I2C_NO_STRETCH macro

Syntax

#define IS_I2C_NO_STRETCH(STRETCH) (((STRETCH) == I2C_NOSTRETCH_DISABLE) || \     ((STRETCH) == I2C_NOSTRETCH_ENABLE))

Arguments

STRETCH

References

LocationText
stm32f4xx_hal_i2c.h:690
#define IS_I2C_NO_STRETCH(STRETCH) (((STRETCH) == I2C_NOSTRETCH_DISABLE) || \
stm32f4xx_hal_i2c.c:465
assert_param(IS_I2C_NO_STRETCH(hi2c->Init.NoStretchMode));