STM32F479xx HAL User Manual
|
Defines | |
#define | IS_I2C_ANALOG_FILTER(FILTER) |
#define | IS_I2C_DIGITAL_FILTER(FILTER) ((FILTER) <= 0x0000000FU) |
#define IS_I2C_ANALOG_FILTER | ( | FILTER | ) |
(((FILTER) == I2C_ANALOGFILTER_ENABLE) || \ ((FILTER) == I2C_ANALOGFILTER_DISABLE))
Definition at line 93 of file stm32f4xx_hal_i2c_ex.h.
Referenced by HAL_I2CEx_ConfigAnalogFilter().
#define IS_I2C_DIGITAL_FILTER | ( | FILTER | ) | ((FILTER) <= 0x0000000FU) |
Definition at line 95 of file stm32f4xx_hal_i2c_ex.h.
Referenced by HAL_I2CEx_ConfigDigitalFilter().