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

IS_I2C_GENERAL_CALL macro

Syntax

#define IS_I2C_GENERAL_CALL(CALL) (((CALL) == I2C_GENERALCALL_DISABLE) || \     ((CALL) == I2C_GENERALCALL_ENABLE))

Arguments

CALL

References

LocationText
stm32f4xx_hal_i2c.h:688
#define IS_I2C_GENERAL_CALL(CALL) (((CALL) == I2C_GENERALCALL_DISABLE) || \
stm32f4xx_hal_i2c.c:464
assert_param(IS_I2C_GENERAL_CALL(hi2c->Init.GeneralCallMode));