DIY Logging Volt/Ampmeter
|
I2C Interrupt definition Elements values convention: 0xXXXXXXXX. More...
Macros | |
#define | I2C_IT_BUF I2C_CR2_ITBUFEN |
#define | I2C_IT_EVT I2C_CR2_ITEVTEN |
#define | I2C_IT_ERR I2C_CR2_ITERREN |
I2C Interrupt definition Elements values convention: 0xXXXXXXXX.
#define I2C_IT_BUF I2C_CR2_ITBUFEN |
Definition at line 375 of file stm32f1xx_hal_i2c.h.
#define I2C_IT_ERR I2C_CR2_ITERREN |
Definition at line 377 of file stm32f1xx_hal_i2c.h.
#define I2C_IT_EVT I2C_CR2_ITEVTEN |
Definition at line 376 of file stm32f1xx_hal_i2c.h.