STM32H735xx 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 126 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_ICR_ALERTCF   I2C_ICR_ALERTCF

Alert flag

Definition at line 134 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_ICR_ARLOCF   I2C_ICR_ARLOCF

Arbitration Lost flag

Definition at line 130 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_ICR_BERRCF   I2C_ICR_BERRCF

Bus error flag

Definition at line 129 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_ICR_NACKCF   I2C_ICR_NACKCF

Not Acknowledge flag

Definition at line 127 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_ICR_OVRCF   I2C_ICR_OVRCF

Overrun/Underrun flag

Definition at line 131 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_ICR_PECCF   I2C_ICR_PECCF

PEC error flag

Definition at line 132 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_ICR_STOPCF   I2C_ICR_STOPCF

Stop detection flag

Definition at line 128 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_ICR_TIMOUTCF   I2C_ICR_TIMOUTCF

Timeout detection flag

Definition at line 133 of file stm32h7xx_ll_i2c.h.