Filter Mode Functions.
More...
Filter Mode Functions.
===============================================================================
##### Filter Mode Functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Configure Noise Filters
◆ HAL_FMPI2CEx_ConfigAnalogFilter()
HAL_StatusTypeDef HAL_FMPI2CEx_ConfigAnalogFilter |
( |
FMPI2C_HandleTypeDef * |
hfmpi2c, |
|
|
uint32_t |
AnalogFilter |
|
) |
| |
Configure FMPI2C Analog noise filter.
- Parameters
-
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2Cx peripheral. |
AnalogFilter | New state of the Analog filter. |
- Return values
-
Definition at line 92 of file stm32f4xx_hal_fmpi2c_ex.c.
◆ HAL_FMPI2CEx_ConfigDigitalFilter()
HAL_StatusTypeDef HAL_FMPI2CEx_ConfigDigitalFilter |
( |
FMPI2C_HandleTypeDef * |
hfmpi2c, |
|
|
uint32_t |
DigitalFilter |
|
) |
| |
Configure FMPI2C Digital noise filter.
- Parameters
-
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2Cx peripheral. |
DigitalFilter | Coefficient of digital noise filter between Min_Data=0x00 and Max_Data=0x0F. |
- Return values
-
Definition at line 136 of file stm32f4xx_hal_fmpi2c_ex.c.