|
STM32F479xx 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 161 of file stm32f4xx_ll_i2c.h.
| #define LL_I2C_CR2_ITERREN I2C_CR2_ITERREN |
Error interrupts enable
Definition at line 162 of file stm32f4xx_ll_i2c.h.
| #define LL_I2C_CR2_ITEVTEN I2C_CR2_ITEVTEN |
Events interrupts enable
Definition at line 160 of file stm32f4xx_ll_i2c.h.
1.7.6.1