STM32H735xx HAL User Manual
|
Flag definition Elements values convention: 0xXXXXYYYY. More...
Defines | |
#define | SMBUS_FLAG_TXE I2C_ISR_TXE |
#define | SMBUS_FLAG_TXIS I2C_ISR_TXIS |
#define | SMBUS_FLAG_RXNE I2C_ISR_RXNE |
#define | SMBUS_FLAG_ADDR I2C_ISR_ADDR |
#define | SMBUS_FLAG_AF I2C_ISR_NACKF |
#define | SMBUS_FLAG_STOPF I2C_ISR_STOPF |
#define | SMBUS_FLAG_TC I2C_ISR_TC |
#define | SMBUS_FLAG_TCR I2C_ISR_TCR |
#define | SMBUS_FLAG_BERR I2C_ISR_BERR |
#define | SMBUS_FLAG_ARLO I2C_ISR_ARLO |
#define | SMBUS_FLAG_OVR I2C_ISR_OVR |
#define | SMBUS_FLAG_PECERR I2C_ISR_PECERR |
#define | SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT |
#define | SMBUS_FLAG_ALERT I2C_ISR_ALERT |
#define | SMBUS_FLAG_BUSY I2C_ISR_BUSY |
#define | SMBUS_FLAG_DIR I2C_ISR_DIR |
Flag definition Elements values convention: 0xXXXXYYYY.
#define SMBUS_FLAG_ADDR I2C_ISR_ADDR |
Definition at line 393 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), HAL_SMBUS_Slave_Receive_IT(), HAL_SMBUS_Slave_Transmit_IT(), and SMBUS_Slave_ISR().
#define SMBUS_FLAG_AF I2C_ISR_NACKF |
Definition at line 394 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), HAL_SMBUS_IsDeviceReady(), SMBUS_Master_ISR(), and SMBUS_Slave_ISR().
#define SMBUS_FLAG_ALERT I2C_ISR_ALERT |
Definition at line 403 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_EnableAlert_IT(), and SMBUS_ITErrorHandler().
#define SMBUS_FLAG_ARLO I2C_ISR_ARLO |
Definition at line 399 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ITErrorHandler().
#define SMBUS_FLAG_BERR I2C_ISR_BERR |
Definition at line 398 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ITErrorHandler().
#define SMBUS_FLAG_BUSY I2C_ISR_BUSY |
Definition at line 404 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_IsDeviceReady().
#define SMBUS_FLAG_DIR I2C_ISR_DIR |
Definition at line 405 of file stm32h7xx_hal_smbus.h.
#define SMBUS_FLAG_OVR I2C_ISR_OVR |
Definition at line 400 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ITErrorHandler().
#define SMBUS_FLAG_PECERR I2C_ISR_PECERR |
Definition at line 401 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ITErrorHandler().
#define SMBUS_FLAG_RXNE I2C_ISR_RXNE |
Definition at line 392 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Master_ISR(), and SMBUS_Slave_ISR().
#define SMBUS_FLAG_STOPF I2C_ISR_STOPF |
Definition at line 395 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), HAL_SMBUS_IsDeviceReady(), SMBUS_Master_ISR(), and SMBUS_Slave_ISR().
#define SMBUS_FLAG_TC I2C_ISR_TC |
Definition at line 396 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), and SMBUS_Master_ISR().
#define SMBUS_FLAG_TCR I2C_ISR_TCR |
Definition at line 397 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Master_ISR(), and SMBUS_Slave_ISR().
#define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT |
Definition at line 402 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_ITErrorHandler().
#define SMBUS_FLAG_TXE I2C_ISR_TXE |
Definition at line 390 of file stm32h7xx_hal_smbus.h.
Referenced by SMBUS_Flush_TXDR().
#define SMBUS_FLAG_TXIS I2C_ISR_TXIS |
Definition at line 391 of file stm32h7xx_hal_smbus.h.
Referenced by HAL_SMBUS_EV_IRQHandler(), SMBUS_Flush_TXDR(), SMBUS_Master_ISR(), and SMBUS_Slave_ISR().