Defines | |
#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) |
#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 | ) |
(((MODE) == I2C_Mode_I2C) || \ ((MODE) == I2C_Mode_SMBusDevice) || \ ((MODE) == I2C_Mode_SMBusHost))