discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
I2C_mode
STM32F4xx_StdPeriph_Driver
»
I2C
»
I2C_Exported_Constants
Collaboration diagram for I2C_mode:
Macros
#define
I2C_Mode_I2C
((uint16_t)0x0000)
#define
I2C_Mode_SMBusDevice
((uint16_t)0x0002)
#define
I2C_Mode_SMBusHost
((uint16_t)0x000A)
#define
IS_I2C_MODE
(MODE)
Detailed Description
Macro Definition Documentation
#define IS_I2C_MODE
(
MODE
)
Value:
(((MODE) == I2C_Mode_I2C) || \
((MODE) == I2C_Mode_SMBusDevice) || \
((MODE) == I2C_Mode_SMBusHost))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1