STM32F439xx HAL User Manual
Defines
I2C Private Macros
I2CEx

Defines

#define IS_I2C_ANALOG_FILTER(FILTER)
#define IS_I2C_DIGITAL_FILTER(FILTER)   ((FILTER) <= 0x0000000FU)

Define Documentation

#define IS_I2C_ANALOG_FILTER (   FILTER)
Value:
(((FILTER) == I2C_ANALOGFILTER_ENABLE) || \
                                      ((FILTER) == I2C_ANALOGFILTER_DISABLE))

Definition at line 111 of file stm32f4xx_hal_i2c_ex.h.

Referenced by HAL_I2CEx_ConfigAnalogFilter().

#define IS_I2C_DIGITAL_FILTER (   FILTER)    ((FILTER) <= 0x0000000FU)

Definition at line 113 of file stm32f4xx_hal_i2c_ex.h.

Referenced by HAL_I2CEx_ConfigDigitalFilter().