CARME-M4 BSP  V1.5
I2C_Exported_Constants
+ Collaboration diagram for I2C_Exported_Constants:

Modules

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

Macros

#define IS_I2C_ALL_PERIPH(PERIPH)
 

Detailed Description

Macro Definition Documentation

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

Definition at line 82 of file stm32f4xx_i2c.h.