STM32L443xx HAL User Manual
|
SMBUS Interrupt definition Elements values convention: 0xXXXXXXXX. More...
Defines | |
#define | SMBUS_IT_ERRI I2C_CR1_ERRIE |
#define | SMBUS_IT_TCI I2C_CR1_TCIE |
#define | SMBUS_IT_STOPI I2C_CR1_STOPIE |
#define | SMBUS_IT_NACKI I2C_CR1_NACKIE |
#define | SMBUS_IT_ADDRI I2C_CR1_ADDRIE |
#define | SMBUS_IT_RXI I2C_CR1_RXIE |
#define | SMBUS_IT_TXI I2C_CR1_TXIE |
#define | SMBUS_IT_TX |
#define | SMBUS_IT_RX |
#define | SMBUS_IT_ALERT (SMBUS_IT_ERRI) |
#define | SMBUS_IT_ADDR (SMBUS_IT_ADDRI | SMBUS_IT_STOPI | SMBUS_IT_NACKI) |
SMBUS Interrupt definition Elements values convention: 0xXXXXXXXX.
#define SMBUS_IT_ADDR (SMBUS_IT_ADDRI | SMBUS_IT_STOPI | SMBUS_IT_NACKI) |
Definition at line 378 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_DisableListen_IT(), HAL_SMBUS_EnableListen_IT(), HAL_SMBUS_Slave_Receive_IT(), HAL_SMBUS_Slave_Transmit_IT(), SMBUS_Disable_IRQ(), SMBUS_Enable_IRQ(), and SMBUS_Slave_ISR().
#define SMBUS_IT_ADDRI I2C_CR1_ADDRIE |
Definition at line 370 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Disable_IRQ(), SMBUS_Enable_IRQ(), and SMBUS_Slave_ISR().
#define SMBUS_IT_ALERT (SMBUS_IT_ERRI) |
Definition at line 377 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_DisableAlert_IT(), HAL_SMBUS_EnableAlert_IT(), SMBUS_Disable_IRQ(), and SMBUS_Enable_IRQ().
#define SMBUS_IT_ERRI I2C_CR1_ERRIE |
Definition at line 366 of file stm32l4xx_hal_smbus.h.
Referenced by SMBUS_Disable_IRQ(), SMBUS_Enable_IRQ(), and SMBUS_ITErrorHandler().
#define SMBUS_IT_NACKI I2C_CR1_NACKIE |
Definition at line 369 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Disable_IRQ(), and SMBUS_Enable_IRQ().
#define SMBUS_IT_RX |
(SMBUS_IT_ERRI | SMBUS_IT_TCI | SMBUS_IT_NACKI | \ SMBUS_IT_RXI)
Definition at line 375 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_Master_Abort_IT(), HAL_SMBUS_Master_Receive_IT(), HAL_SMBUS_Slave_Receive_IT(), SMBUS_Disable_IRQ(), SMBUS_Enable_IRQ(), SMBUS_Master_ISR(), and SMBUS_Slave_ISR().
#define SMBUS_IT_RXI I2C_CR1_RXIE |
Definition at line 371 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Disable_IRQ(), and SMBUS_Enable_IRQ().
#define SMBUS_IT_STOPI I2C_CR1_STOPIE |
Definition at line 368 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Disable_IRQ(), and SMBUS_Enable_IRQ().
#define SMBUS_IT_TCI I2C_CR1_TCIE |
Definition at line 367 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Disable_IRQ(), and SMBUS_Enable_IRQ().
#define SMBUS_IT_TX |
(SMBUS_IT_ERRI | SMBUS_IT_TCI | SMBUS_IT_STOPI | \ SMBUS_IT_NACKI | SMBUS_IT_TXI)
Definition at line 373 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_Master_Abort_IT(), HAL_SMBUS_Master_Transmit_IT(), HAL_SMBUS_Slave_Transmit_IT(), SMBUS_Disable_IRQ(), SMBUS_Enable_IRQ(), SMBUS_Master_ISR(), and SMBUS_Slave_ISR().
#define SMBUS_IT_TXI I2C_CR1_TXIE |
Definition at line 372 of file stm32l4xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Disable_IRQ(), and SMBUS_Enable_IRQ().