STM32F439xx HAL User Manual
Defines
Analog Filter Selection
I2C Exported Constants

Defines

#define LL_I2C_ANALOGFILTER_ENABLE   0x00000000U
#define LL_I2C_ANALOGFILTER_DISABLE   I2C_FLTR_ANOFF

Define Documentation

#define LL_I2C_ANALOGFILTER_DISABLE   I2C_FLTR_ANOFF

Analog filter is disabled.

Definition at line 188 of file stm32f4xx_ll_i2c.h.

#define LL_I2C_ANALOGFILTER_ENABLE   0x00000000U

Analog filter is enabled.

Definition at line 187 of file stm32f4xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().