HAL
LL_I2C_DisableAnalogFilter() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_I2C_DisableAnalogFilter()

LL_I2C_DisableAnalogFilter() function

Disable Analog Noise Filter.

Syntax

__STATIC_INLINE void LL_I2C_DisableAnalogFilter(I2C_TypeDef *I2Cx);

Arguments

I2Cx

I2C Instance.

Return value

None

Notes

This filter can only be programmed when the I2C is disabled (PE = 0).

References

LocationText
stm32f4xx_ll_i2c.h:467
__STATIC_INLINE void LL_I2C_DisableAnalogFilter(I2C_TypeDef *I2Cx)

Data Use

Data read by LL_I2C_DisableAnalogFilter()
LL_I2C_DisableAnalogFilter()