STM32F10x Standard Peripherals Library  3.5.0
I2C_Exported_Constants

Modules

 I2C_mode
 I2C_duty_cycle_in_fast_mode
 I2C_acknowledgement
 I2C_transfer_direction
 I2C_acknowledged_address
 I2C_registers
 I2C_SMBus_alert_pin_level
 I2C_PEC_position
 I2C_NCAK_position
 I2C_interrupts_definition
 I2C_flags_definition
 I2C_Events
 I2C_own_address1
 I2C_clock_speed

Defines

#define IS_I2C_ALL_PERIPH(PERIPH)

Define Documentation

#define IS_I2C_ALL_PERIPH (   PERIPH)
Value:
(((PERIPH) == I2C1) || \
                                   ((PERIPH) == I2C2))

Definition at line 80 of file stm32f10x_i2c.h.