39 #ifndef __STM32F4xx_HAL_I2C_EX_H 40 #define __STM32F4xx_HAL_I2C_EX_H 46 #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx) ||\ 47 defined(STM32F401xC) || defined(STM32F401xE) || defined(STM32F411xE) || defined(STM32F446xx) ||\ 48 defined(STM32F469xx) || defined(STM32F479xx) 69 #define I2C_ANALOGFILTER_ENABLE ((uint32_t)0x00000000U) 70 #define I2C_ANALOGFILTER_DISABLE I2C_FLTR_ANOFF 113 #define IS_I2C_ANALOG_FILTER(FILTER) (((FILTER) == I2C_ANALOGFILTER_ENABLE) || \ 114 ((FILTER) == I2C_ANALOGFILTER_DISABLE)) 115 #define IS_I2C_DIGITAL_FILTER(FILTER) ((FILTER) <= 0x0000000FU) This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef
HAL Status structures definition.
Definition: stm32f4xx_hal_def.h:57
I2C handle Structure definition.
Definition: stm32f4xx_hal_i2c.h:166