STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
stm32f4xx_hal_fmpi2c_ex.c File Reference

FMPI2C Extended HAL module driver. This file provides firmware functions to manage the following functionalities of FMPI2C Extended peripheral: More...

#include "stm32f4xx_hal.h"
Include dependency graph for stm32f4xx_hal_fmpi2c_ex.c:

Go to the source code of this file.

Functions

HAL_StatusTypeDef HAL_FMPI2CEx_ConfigAnalogFilter (FMPI2C_HandleTypeDef *hfmpi2c, uint32_t AnalogFilter)
 Configure FMPI2C Analog noise filter.
 
HAL_StatusTypeDef HAL_FMPI2CEx_ConfigDigitalFilter (FMPI2C_HandleTypeDef *hfmpi2c, uint32_t DigitalFilter)
 Configure FMPI2C Digital noise filter.
 
void HAL_FMPI2CEx_EnableFastModePlus (uint32_t ConfigFastModePlus)
 Enable the FMPI2C fast mode plus driving capability.
 
void HAL_FMPI2CEx_DisableFastModePlus (uint32_t ConfigFastModePlus)
 Disable the FMPI2C fast mode plus driving capability.
 

Detailed Description

FMPI2C Extended HAL module driver. This file provides firmware functions to manage the following functionalities of FMPI2C Extended peripheral:

Author
MCD Application Team
  • Filter Mode Functions
  • FastModePlus Functions
Attention

Copyright (c) 2016 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

==============================================================================
             ##### FMPI2C peripheral Extended features  #####
==============================================================================

[..] Comparing to other previous devices, the FMPI2C interface for STM32F4xx
     devices contains the following additional features

     (+) Possibility to disable or enable Analog Noise Filter
     (+) Use of a configured Digital Noise Filter
     (+) Disable or enable Fast Mode Plus

                   ##### How to use this driver #####
==============================================================================
[..] This driver provides functions to:
  (#) Configure FMPI2C Analog noise filter using the function HAL_FMPI2CEx_ConfigAnalogFilter()
  (#) Configure FMPI2C Digital noise filter using the function HAL_FMPI2CEx_ConfigDigitalFilter()
  (#) Configure the enable or disable of fast mode plus driving capability using the functions :
        (++) HAL_FMPI2CEx_EnableFastModePlus()
        (++) HAL_FMPI2CEx_DisableFastModePlus()

Definition in file stm32f4xx_hal_fmpi2c_ex.c.