STM32L486xx HAL User Manual
Defines
Clear Flags Defines
I2C Exported Constants

Flags defines which can be used with LL_I2C_WriteReg function. More...

Defines

#define LL_I2C_ICR_ADDRCF   I2C_ICR_ADDRCF
#define LL_I2C_ICR_NACKCF   I2C_ICR_NACKCF
#define LL_I2C_ICR_STOPCF   I2C_ICR_STOPCF
#define LL_I2C_ICR_BERRCF   I2C_ICR_BERRCF
#define LL_I2C_ICR_ARLOCF   I2C_ICR_ARLOCF
#define LL_I2C_ICR_OVRCF   I2C_ICR_OVRCF
#define LL_I2C_ICR_PECCF   I2C_ICR_PECCF
#define LL_I2C_ICR_TIMOUTCF   I2C_ICR_TIMOUTCF
#define LL_I2C_ICR_ALERTCF   I2C_ICR_ALERTCF

Detailed Description

Flags defines which can be used with LL_I2C_WriteReg function.


Define Documentation

#define LL_I2C_ICR_ADDRCF   I2C_ICR_ADDRCF

Address Matched flag

Definition at line 135 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ICR_ALERTCF   I2C_ICR_ALERTCF

Alert flag

Definition at line 143 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ICR_ARLOCF   I2C_ICR_ARLOCF

Arbitration Lost flag

Definition at line 139 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ICR_BERRCF   I2C_ICR_BERRCF

Bus error flag

Definition at line 138 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ICR_NACKCF   I2C_ICR_NACKCF

Not Acknowledge flag

Definition at line 136 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ICR_OVRCF   I2C_ICR_OVRCF

Overrun/Underrun flag

Definition at line 140 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ICR_PECCF   I2C_ICR_PECCF

PEC error flag

Definition at line 141 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ICR_STOPCF   I2C_ICR_STOPCF

Stop detection flag

Definition at line 137 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ICR_TIMOUTCF   I2C_ICR_TIMOUTCF

Timeout detection flag

Definition at line 142 of file stm32l4xx_ll_i2c.h.