STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
I2C Interrupt configuration definition

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

Collaboration diagram for I2C Interrupt configuration definition:

Macros

#define I2C_IT_BUF   I2C_CR2_ITBUFEN
#define I2C_IT_EVT   I2C_CR2_ITEVTEN
#define I2C_IT_ERR   I2C_CR2_ITERREN

Detailed Description

I2C Interrupt definition Elements values convention: 0xXXXXXXXX.

  • XXXXXXXX : Interrupt control mask

Macro Definition Documentation

◆ I2C_IT_BUF

#define I2C_IT_BUF   I2C_CR2_ITBUFEN

Definition at line 374 of file stm32f4xx_hal_i2c.h.

◆ I2C_IT_ERR

#define I2C_IT_ERR   I2C_CR2_ITERREN

Definition at line 376 of file stm32f4xx_hal_i2c.h.

◆ I2C_IT_EVT

#define I2C_IT_EVT   I2C_CR2_ITEVTEN

Definition at line 375 of file stm32f4xx_hal_i2c.h.