STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
I2C Interrupt configuration definition

I2C Interrupt definition Elements values convention: 0xXXXXXXXX. More...

Macros

#define I2C_IT_ERRI   I2C_CR1_ERRIE
 
#define I2C_IT_TCI   I2C_CR1_TCIE
 
#define I2C_IT_STOPI   I2C_CR1_STOPIE
 
#define I2C_IT_NACKI   I2C_CR1_NACKIE
 
#define I2C_IT_ADDRI   I2C_CR1_ADDRIE
 
#define I2C_IT_RXI   I2C_CR1_RXIE
 
#define I2C_IT_TXI   I2C_CR1_TXIE
 

Detailed Description

I2C Interrupt definition Elements values convention: 0xXXXXXXXX.

Macro Definition Documentation

#define I2C_IT_ADDRI   I2C_CR1_ADDRIE

Definition at line 359 of file stm32f7xx_hal_i2c.h.

#define I2C_IT_ERRI   I2C_CR1_ERRIE

Definition at line 355 of file stm32f7xx_hal_i2c.h.

#define I2C_IT_NACKI   I2C_CR1_NACKIE

Definition at line 358 of file stm32f7xx_hal_i2c.h.

#define I2C_IT_RXI   I2C_CR1_RXIE

Definition at line 360 of file stm32f7xx_hal_i2c.h.

#define I2C_IT_STOPI   I2C_CR1_STOPIE

Definition at line 357 of file stm32f7xx_hal_i2c.h.

#define I2C_IT_TCI   I2C_CR1_TCIE

Definition at line 356 of file stm32f7xx_hal_i2c.h.

#define I2C_IT_TXI   I2C_CR1_TXIE

Definition at line 361 of file stm32f7xx_hal_i2c.h.