|
STM32F103xB HAL User Manual
|
IT defines which can be used with LL_I2C_ReadReg and LL_I2C_WriteReg functions. More...
Defines | |
| #define | LL_I2C_CR2_ITEVTEN I2C_CR2_ITEVTEN |
| #define | LL_I2C_CR2_ITBUFEN I2C_CR2_ITBUFEN |
| #define | LL_I2C_CR2_ITERREN I2C_CR2_ITERREN |
IT defines which can be used with LL_I2C_ReadReg and LL_I2C_WriteReg functions.
| #define LL_I2C_CR2_ITBUFEN I2C_CR2_ITBUFEN |
Buffer interrupts enable
Definition at line 149 of file stm32f1xx_ll_i2c.h.
| #define LL_I2C_CR2_ITERREN I2C_CR2_ITERREN |
Error interrupts enable
Definition at line 150 of file stm32f1xx_ll_i2c.h.
| #define LL_I2C_CR2_ITEVTEN I2C_CR2_ITEVTEN |
Events interrupts enable
Definition at line 148 of file stm32f1xx_ll_i2c.h.
1.7.6.1