STM32H735xx HAL User Manual
|
I2C Interrupt definition Elements values convention: 0xXXXXXXXX. More...
Defines | |
#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 |
I2C Interrupt definition Elements values convention: 0xXXXXXXXX.
#define I2C_IT_ADDRI I2C_CR1_ADDRIE |
Definition at line 414 of file stm32h7xx_hal_i2c.h.
Referenced by I2C_Disable_IRQ(), I2C_Enable_IRQ(), I2C_Slave_ISR_DMA(), and I2C_Slave_ISR_IT().
#define I2C_IT_ERRI I2C_CR1_ERRIE |
Definition at line 410 of file stm32h7xx_hal_i2c.h.
Referenced by HAL_I2C_ER_IRQHandler(), I2C_Disable_IRQ(), and I2C_Enable_IRQ().
#define I2C_IT_NACKI I2C_CR1_NACKIE |
Definition at line 413 of file stm32h7xx_hal_i2c.h.
Referenced by I2C_Disable_IRQ(), I2C_Enable_IRQ(), I2C_Master_ISR_DMA(), I2C_Master_ISR_IT(), I2C_Slave_ISR_DMA(), and I2C_Slave_ISR_IT().
#define I2C_IT_RXI I2C_CR1_RXIE |
Definition at line 415 of file stm32h7xx_hal_i2c.h.
Referenced by I2C_Disable_IRQ(), I2C_Enable_IRQ(), I2C_Master_ISR_IT(), and I2C_Slave_ISR_IT().
#define I2C_IT_STOPI I2C_CR1_STOPIE |
Definition at line 412 of file stm32h7xx_hal_i2c.h.
Referenced by I2C_Disable_IRQ(), I2C_Enable_IRQ(), I2C_Master_ISR_DMA(), I2C_Master_ISR_IT(), I2C_Slave_ISR_DMA(), and I2C_Slave_ISR_IT().
#define I2C_IT_TCI I2C_CR1_TCIE |
Definition at line 411 of file stm32h7xx_hal_i2c.h.
Referenced by I2C_Disable_IRQ(), I2C_Enable_IRQ(), I2C_Master_ISR_DMA(), and I2C_Master_ISR_IT().
#define I2C_IT_TXI I2C_CR1_TXIE |
Definition at line 416 of file stm32h7xx_hal_i2c.h.
Referenced by I2C_Disable_IRQ(), I2C_Enable_IRQ(), I2C_Master_ISR_IT(), and I2C_Slave_ISR_IT().