53#ifdef HAL_I2C_MODULE_ENABLED
55#if defined(I2C_FLTR_ANOFF)&&defined(I2C_FLTR_DNF)
102 hi2c->
Instance->FLTR &= ~(I2C_FLTR_ANOFF);
105 hi2c->
Instance->FLTR |= AnalogFilter;
145 tmpreg &= ~(I2C_FLTR_DNF);
148 tmpreg |= DigitalFilter;
#define __HAL_I2C_DISABLE(__HANDLE__)
Disable the specified I2C peripheral.
#define __HAL_I2C_ENABLE(__HANDLE__)
Enable the specified I2C peripheral.
#define assert_param(expr)
This file contains all the functions prototypes for the HAL module driver.
HAL_StatusTypeDef
HAL Status structures definition
__IO HAL_I2C_StateTypeDef State