STM32F10x Standard Peripherals Library  3.5.0
I2C_clock_speed

Defines

#define IS_I2C_CLOCK_SPEED(SPEED)   (((SPEED) >= 0x1) && ((SPEED) <= 400000))

Define Documentation

#define IS_I2C_CLOCK_SPEED (   SPEED)    (((SPEED) >= 0x1) && ((SPEED) <= 400000))

Definition at line 513 of file stm32f10x_i2c.h.