STM32H735xx HAL User Manual
|
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 |
IT defines which can be used with LL_I2C_ReadReg and LL_I2C_WriteReg functions.
#define LL_I2C_CR1_ADDRIE I2C_CR1_ADDRIE |
Address match Interrupt enable (slave only)
Definition at line 168 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_CR1_ERRIE I2C_CR1_ERRIE |
Error interrupts enable
Definition at line 172 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_CR1_NACKIE I2C_CR1_NACKIE |
Not acknowledge received Interrupt enable
Definition at line 169 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_CR1_RXIE I2C_CR1_RXIE |
RX Interrupt enable
Definition at line 167 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_CR1_STOPIE I2C_CR1_STOPIE |
STOP detection Interrupt enable
Definition at line 170 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_CR1_TCIE I2C_CR1_TCIE |
Transfer Complete interrupt enable
Definition at line 171 of file stm32h7xx_ll_i2c.h.
#define LL_I2C_CR1_TXIE I2C_CR1_TXIE |
TX Interrupt enable
Definition at line 166 of file stm32h7xx_ll_i2c.h.