Macros
Collaboration diagram for I2C_SMBus_alert_pin_level:

Macros

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

Detailed Description

Macro Definition Documentation

#define I2C_SMBusAlert_High   ((uint16_t)0xDFFF)

Definition at line 175 of file stm32f10x_i2c.h.

#define I2C_SMBusAlert_High   ((uint16_t)0xDFFF)

Definition at line 201 of file stm32f4xx_i2c.h.

#define I2C_SMBusAlert_Low   ((uint16_t)0x2000)

Definition at line 174 of file stm32f10x_i2c.h.

#define I2C_SMBusAlert_Low   ((uint16_t)0x2000)

Definition at line 200 of file stm32f4xx_i2c.h.

#define IS_I2C_SMBUS_ALERT (   ALERT)
Value:
(((ALERT) == I2C_SMBusAlert_Low) || \
((ALERT) == I2C_SMBusAlert_High))
#define I2C_SMBusAlert_Low
#define I2C_SMBusAlert_High

Definition at line 176 of file stm32f10x_i2c.h.

#define IS_I2C_SMBUS_ALERT (   ALERT)
Value:
(((ALERT) == I2C_SMBusAlert_Low) || \
((ALERT) == I2C_SMBusAlert_High))
#define I2C_SMBusAlert_Low
#define I2C_SMBusAlert_High

Definition at line 202 of file stm32f4xx_i2c.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54