Nut/OS  5.0.5
API Reference
I2C_SMBus_alert_pin_level
Collaboration diagram for I2C_SMBus_alert_pin_level:

Defines

#define I2C_SMBusAlert_Low   ((uint16_t)0x2000)
#define I2C_SMBusAlert_High   ((uint16_t)0xDFFF)
#define IS_I2C_SMBUS_ALERT(ALERT)

Define Documentation

#define I2C_SMBusAlert_Low   ((uint16_t)0x2000)
#define I2C_SMBusAlert_High   ((uint16_t)0xDFFF)
#define IS_I2C_SMBUS_ALERT (   ALERT)
Value:
(((ALERT) == I2C_SMBusAlert_Low) || \
                                   ((ALERT) == I2C_SMBusAlert_High))