STM32L486xx HAL User Manual
Defines
Analog Filter Selection
I2C Exported Constants

Defines

#define LL_I2C_ANALOGFILTER_ENABLE   0x00000000U
#define LL_I2C_ANALOGFILTER_DISABLE   I2C_CR1_ANFOFF

Define Documentation

#define LL_I2C_ANALOGFILTER_DISABLE   I2C_CR1_ANFOFF

Analog filter is disabled.

Definition at line 201 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ANALOGFILTER_ENABLE   0x00000000U

Analog filter is enabled.

Definition at line 200 of file stm32l4xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().