STM32L486xx 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_CR1_TXIE   I2C_CR1_TXIE
#define LL_I2C_CR1_RXIE   I2C_CR1_RXIE
#define LL_I2C_CR1_ADDRIE   I2C_CR1_ADDRIE
#define LL_I2C_CR1_NACKIE   I2C_CR1_NACKIE
#define LL_I2C_CR1_STOPIE   I2C_CR1_STOPIE
#define LL_I2C_CR1_TCIE   I2C_CR1_TCIE
#define LL_I2C_CR1_ERRIE   I2C_CR1_ERRIE

Detailed Description

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


Define Documentation

#define LL_I2C_CR1_ADDRIE   I2C_CR1_ADDRIE

Address match Interrupt enable (slave only)

Definition at line 177 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_CR1_ERRIE   I2C_CR1_ERRIE

Error interrupts enable

Definition at line 181 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_CR1_NACKIE   I2C_CR1_NACKIE

Not acknowledge received Interrupt enable

Definition at line 178 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_CR1_RXIE   I2C_CR1_RXIE

RX Interrupt enable

Definition at line 176 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_CR1_STOPIE   I2C_CR1_STOPIE

STOP detection Interrupt enable

Definition at line 179 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_CR1_TCIE   I2C_CR1_TCIE

Transfer Complete interrupt enable

Definition at line 180 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_CR1_TXIE   I2C_CR1_TXIE

TX Interrupt enable

Definition at line 175 of file stm32l4xx_ll_i2c.h.