HAL
LL_I2C_ANALOGFILTER_ENABLE is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_I2C_ANALOGFILTER_ENABLE

LL_I2C_ANALOGFILTER_ENABLE macro

Analog filter is enabled.

Syntax

#define LL_I2C_ANALOGFILTER_ENABLE 0x00000000U

References

LocationText
stm32f4xx_ll_i2c.h:170
#define LL_I2C_ANALOGFILTER_ENABLE 0x00000000U /*!< Analog filter is enabled. */
stm32f4xx_ll_i2c.c:224
I2C_InitStruct->AnalogFilter = LL_I2C_ANALOGFILTER_ENABLE;