STM32L486xx HAL User Manual
Defines
SMBUS Flag definition
SMBUS Exported Constants

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

Detailed Description

Flag definition Elements values convention: 0xXXXXYYYY.


Define Documentation

#define SMBUS_FLAG_ADDR   I2C_ISR_ADDR
#define SMBUS_FLAG_AF   I2C_ISR_NACKF
#define SMBUS_FLAG_ALERT   I2C_ISR_ALERT

Definition at line 399 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EnableAlert_IT(), and SMBUS_ITErrorHandler().

#define SMBUS_FLAG_ARLO   I2C_ISR_ARLO

Definition at line 395 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ITErrorHandler().

#define SMBUS_FLAG_BERR   I2C_ISR_BERR

Definition at line 394 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ITErrorHandler().

#define SMBUS_FLAG_BUSY   I2C_ISR_BUSY

Definition at line 400 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_IsDeviceReady().

#define SMBUS_FLAG_DIR   I2C_ISR_DIR

Definition at line 401 of file stm32l4xx_hal_smbus.h.

#define SMBUS_FLAG_OVR   I2C_ISR_OVR

Definition at line 396 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ITErrorHandler().

#define SMBUS_FLAG_PECERR   I2C_ISR_PECERR

Definition at line 397 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ITErrorHandler().

#define SMBUS_FLAG_RXNE   I2C_ISR_RXNE
#define SMBUS_FLAG_STOPF   I2C_ISR_STOPF
#define SMBUS_FLAG_TC   I2C_ISR_TC

Definition at line 392 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and SMBUS_Master_ISR().

#define SMBUS_FLAG_TCR   I2C_ISR_TCR
#define SMBUS_FLAG_TIMEOUT   I2C_ISR_TIMEOUT

Definition at line 398 of file stm32l4xx_hal_smbus.h.

Referenced by SMBUS_ITErrorHandler().

#define SMBUS_FLAG_TXE   I2C_ISR_TXE

Definition at line 386 of file stm32l4xx_hal_smbus.h.

#define SMBUS_FLAG_TXIS   I2C_ISR_TXIS