Extension features functions.
More...
Extension features functions.
===============================================================================
##### Extension features functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Configure Noise Filters
◆ HAL_I2CEx_ConfigAnalogFilter()
HAL_StatusTypeDef HAL_I2CEx_ConfigAnalogFilter |
( |
I2C_HandleTypeDef * |
hi2c, |
|
|
uint32_t |
AnalogFilter |
|
) |
| |
Configures I2C Analog noise filter.
- Parameters
-
hi2c | pointer to a I2C_HandleTypeDef structure that contains the configuration information for the specified I2Cx peripheral. |
AnalogFilter | new state of the Analog filter. |
- Return values
-
Definition at line 88 of file stm32f4xx_hal_i2c_ex.c.
◆ HAL_I2CEx_ConfigDigitalFilter()
HAL_StatusTypeDef HAL_I2CEx_ConfigDigitalFilter |
( |
I2C_HandleTypeDef * |
hi2c, |
|
|
uint32_t |
DigitalFilter |
|
) |
| |
Configures I2C Digital noise filter.
- Parameters
-
hi2c | pointer to a I2C_HandleTypeDef structure that contains the configuration information for the specified I2Cx peripheral. |
DigitalFilter | Coefficient of digital noise filter between 0x00 and 0x0F. |
- Return values
-
Definition at line 126 of file stm32f4xx_hal_i2c_ex.c.