STM32F103xB 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 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.