STM32F439xx HAL User Manual
Defines
IT Defines
I2C Exported Constants

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

Detailed Description

IT defines which can be used with LL_I2C_ReadReg and LL_I2C_WriteReg functions.


Define Documentation

#define LL_I2C_CR2_ITBUFEN   I2C_CR2_ITBUFEN

Buffer interrupts enable

Definition at line 177 of file stm32f4xx_ll_i2c.h.

#define LL_I2C_CR2_ITERREN   I2C_CR2_ITERREN

Error interrupts enable

Definition at line 178 of file stm32f4xx_ll_i2c.h.

#define LL_I2C_CR2_ITEVTEN   I2C_CR2_ITEVTEN

Events interrupts enable

Definition at line 176 of file stm32f4xx_ll_i2c.h.