STM32F479xx HAL User Manual
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: + Filter Mode Functions + FastModePlus Functions. More...

#include "stm32f4xx_hal.h"

Go to the source code of this file.


Detailed Description

FMPI2C Extended HAL module driver. This file provides firmware functions to manage the following functionalities of FMPI2C Extended peripheral: + Filter Mode Functions + FastModePlus Functions.

Author:
MCD Application Team
  ==============================================================================
               ##### 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()
  
Attention:

© Copyright (c) 2016 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Definition in file stm32f4xx_hal_fmpi2c_ex.c.