STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Header file of FMPI2C HAL Extended module. More...
#include "stm32f4xx_hal_def.h"
Go to the source code of this file.
Macros | |
#define | FMPI2C_ANALOGFILTER_ENABLE 0x00000000U |
#define | FMPI2C_ANALOGFILTER_DISABLE FMPI2C_CR1_ANFOFF |
#define | FMPI2C_FASTMODEPLUS_SCL SYSCFG_CFGR_FMPI2C1_SCL |
#define | FMPI2C_FASTMODEPLUS_SDA SYSCFG_CFGR_FMPI2C1_SDA |
#define | IS_FMPI2C_ANALOG_FILTER(FILTER) |
#define | IS_FMPI2C_DIGITAL_FILTER(FILTER) |
#define | IS_FMPI2C_FASTMODEPLUS(__CONFIG__) |
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. | |
Header file of FMPI2C HAL Extended module.
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.
Definition in file stm32f4xx_hal_fmpi2c_ex.h.