DIY Logging Volt/Ampmeter
|
Macros | |
#define | I2C_FLAG_OVR 0x00010800U |
#define | I2C_FLAG_AF 0x00010400U |
#define | I2C_FLAG_ARLO 0x00010200U |
#define | I2C_FLAG_BERR 0x00010100U |
#define | I2C_FLAG_TXE 0x00010080U |
#define | I2C_FLAG_RXNE 0x00010040U |
#define | I2C_FLAG_STOPF 0x00010010U |
#define | I2C_FLAG_ADD10 0x00010008U |
#define | I2C_FLAG_BTF 0x00010004U |
#define | I2C_FLAG_ADDR 0x00010002U |
#define | I2C_FLAG_SB 0x00010001U |
#define | I2C_FLAG_DUALF 0x00100080U |
#define | I2C_FLAG_GENCALL 0x00100010U |
#define | I2C_FLAG_TRA 0x00100004U |
#define | I2C_FLAG_BUSY 0x00100002U |
#define | I2C_FLAG_MSL 0x00100001U |
#define I2C_FLAG_ADD10 0x00010008U |
Definition at line 393 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_ADDR 0x00010002U |
Definition at line 395 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_AF 0x00010400U |
Definition at line 387 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_ARLO 0x00010200U |
Definition at line 388 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_BERR 0x00010100U |
Definition at line 389 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_BTF 0x00010004U |
Definition at line 394 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_BUSY 0x00100002U |
Definition at line 400 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_DUALF 0x00100080U |
Definition at line 397 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_GENCALL 0x00100010U |
Definition at line 398 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_MSL 0x00100001U |
Definition at line 401 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_OVR 0x00010800U |
Definition at line 386 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_RXNE 0x00010040U |
Definition at line 391 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_SB 0x00010001U |
Definition at line 396 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_STOPF 0x00010010U |
Definition at line 392 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_TRA 0x00100004U |
Definition at line 399 of file stm32f1xx_hal_i2c.h.
#define I2C_FLAG_TXE 0x00010080U |
Definition at line 390 of file stm32f1xx_hal_i2c.h.