STM32F479xx HAL User Manual
|
Header file of I2C HAL Extension module. More...
#include "stm32f4xx_hal_def.h"
Go to the source code of this file.
Defines | |
#define | I2C_ANALOGFILTER_ENABLE 0x00000000U |
#define | I2C_ANALOGFILTER_DISABLE I2C_FLTR_ANOFF |
#define | IS_I2C_ANALOG_FILTER(FILTER) |
#define | IS_I2C_DIGITAL_FILTER(FILTER) ((FILTER) <= 0x0000000FU) |
Functions | |
HAL_StatusTypeDef | HAL_I2CEx_ConfigAnalogFilter (I2C_HandleTypeDef *hi2c, uint32_t AnalogFilter) |
Configures I2C Analog noise filter. | |
HAL_StatusTypeDef | HAL_I2CEx_ConfigDigitalFilter (I2C_HandleTypeDef *hi2c, uint32_t DigitalFilter) |
Configures I2C Digital noise filter. |
Header file of I2C HAL Extension module.
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_i2c_ex.h.