|
STM32L443xx HAL User Manual
|
Defines | |
| #define | LL_I2C_ANALOGFILTER_ENABLE 0x00000000U |
| #define | LL_I2C_ANALOGFILTER_DISABLE I2C_CR1_ANFOFF |
| #define LL_I2C_ANALOGFILTER_DISABLE I2C_CR1_ANFOFF |
Analog filter is disabled.
Definition at line 193 of file stm32l4xx_ll_i2c.h.
| #define LL_I2C_ANALOGFILTER_ENABLE 0x00000000U |
Analog filter is enabled.
Definition at line 192 of file stm32l4xx_ll_i2c.h.
Referenced by LL_I2C_StructInit().
1.7.6.1