Macros

Flag definition Elements values convention: 0xXXXXYYYY. More...

Collaboration diagram for SMBUS Flag definition:

Macros

#define SMBUS_FLAG_ADD10   0x00010008U
 
#define SMBUS_FLAG_ADDR   0x00010002U
 
#define SMBUS_FLAG_ADDR   I2C_ISR_ADDR
 
#define SMBUS_FLAG_AF   0x00010400U
 
#define SMBUS_FLAG_AF   I2C_ISR_NACKF
 
#define SMBUS_FLAG_ALERT   I2C_ISR_ALERT
 
#define SMBUS_FLAG_ARLO   0x00010200U
 
#define SMBUS_FLAG_ARLO   I2C_ISR_ARLO
 
#define SMBUS_FLAG_BERR   0x00010100U
 
#define SMBUS_FLAG_BERR   I2C_ISR_BERR
 
#define SMBUS_FLAG_BTF   0x00010004U
 
#define SMBUS_FLAG_BUSY   0x00100002U
 
#define SMBUS_FLAG_BUSY   I2C_ISR_BUSY
 
#define SMBUS_FLAG_DIR   I2C_ISR_DIR
 
#define SMBUS_FLAG_DUALF   0x00100080U
 
#define SMBUS_FLAG_GENCALL   0x00100010U
 
#define SMBUS_FLAG_MSL   0x00100001U
 
#define SMBUS_FLAG_OVR   0x00010800U
 
#define SMBUS_FLAG_OVR   I2C_ISR_OVR
 
#define SMBUS_FLAG_PECERR   0x00011000U
 
#define SMBUS_FLAG_PECERR   I2C_ISR_PECERR
 
#define SMBUS_FLAG_RXNE   0x00010040U
 
#define SMBUS_FLAG_RXNE   I2C_ISR_RXNE
 
#define SMBUS_FLAG_SB   0x00010001U
 
#define SMBUS_FLAG_SMBALERT   0x00018000U
 
#define SMBUS_FLAG_SMBDEFAULT   0x00100020U
 
#define SMBUS_FLAG_SMBHOST   0x00100040U
 
#define SMBUS_FLAG_STOPF   0x00010010U
 
#define SMBUS_FLAG_STOPF   I2C_ISR_STOPF
 
#define SMBUS_FLAG_TC   I2C_ISR_TC
 
#define SMBUS_FLAG_TCR   I2C_ISR_TCR
 
#define SMBUS_FLAG_TIMEOUT   0x00014000U
 
#define SMBUS_FLAG_TIMEOUT   I2C_ISR_TIMEOUT
 
#define SMBUS_FLAG_TRA   0x00100004U
 
#define SMBUS_FLAG_TXE   0x00010080U
 
#define SMBUS_FLAG_TXE   I2C_ISR_TXE
 
#define SMBUS_FLAG_TXIS   I2C_ISR_TXIS
 

Detailed Description

Flag definition Elements values convention: 0xXXXXYYYY.

Macro Definition Documentation

◆ SMBUS_FLAG_ADD10

#define SMBUS_FLAG_ADD10   0x00010008U

Definition at line 365 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_ADDR [1/2]

#define SMBUS_FLAG_ADDR   0x00010002U

Definition at line 367 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_ADDR [2/2]

#define SMBUS_FLAG_ADDR   I2C_ISR_ADDR

Definition at line 374 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_AF [1/2]

#define SMBUS_FLAG_AF   0x00010400U

Definition at line 359 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_AF [2/2]

#define SMBUS_FLAG_AF   I2C_ISR_NACKF

Definition at line 375 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_ALERT

#define SMBUS_FLAG_ALERT   I2C_ISR_ALERT

Definition at line 384 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_ARLO [1/2]

#define SMBUS_FLAG_ARLO   0x00010200U

Definition at line 360 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_ARLO [2/2]

#define SMBUS_FLAG_ARLO   I2C_ISR_ARLO

Definition at line 380 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_BERR [1/2]

#define SMBUS_FLAG_BERR   0x00010100U

Definition at line 361 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_BERR [2/2]

#define SMBUS_FLAG_BERR   I2C_ISR_BERR

Definition at line 379 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_BTF

#define SMBUS_FLAG_BTF   0x00010004U

Definition at line 366 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_BUSY [1/2]

#define SMBUS_FLAG_BUSY   0x00100002U

Definition at line 374 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_BUSY [2/2]

#define SMBUS_FLAG_BUSY   I2C_ISR_BUSY

Definition at line 385 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_DIR

#define SMBUS_FLAG_DIR   I2C_ISR_DIR

Definition at line 386 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_DUALF

#define SMBUS_FLAG_DUALF   0x00100080U

Definition at line 369 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_GENCALL

#define SMBUS_FLAG_GENCALL   0x00100010U

Definition at line 372 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_MSL

#define SMBUS_FLAG_MSL   0x00100001U

Definition at line 375 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_OVR [1/2]

#define SMBUS_FLAG_OVR   0x00010800U

Definition at line 358 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_OVR [2/2]

#define SMBUS_FLAG_OVR   I2C_ISR_OVR

Definition at line 381 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_PECERR [1/2]

#define SMBUS_FLAG_PECERR   0x00011000U

Definition at line 357 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_PECERR [2/2]

#define SMBUS_FLAG_PECERR   I2C_ISR_PECERR

Definition at line 382 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_RXNE [1/2]

#define SMBUS_FLAG_RXNE   0x00010040U

Definition at line 363 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_RXNE [2/2]

#define SMBUS_FLAG_RXNE   I2C_ISR_RXNE

Definition at line 373 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_SB

#define SMBUS_FLAG_SB   0x00010001U

Definition at line 368 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_SMBALERT

#define SMBUS_FLAG_SMBALERT   0x00018000U

Definition at line 355 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_SMBDEFAULT

#define SMBUS_FLAG_SMBDEFAULT   0x00100020U

Definition at line 371 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_SMBHOST

#define SMBUS_FLAG_SMBHOST   0x00100040U

Definition at line 370 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_STOPF [1/2]

#define SMBUS_FLAG_STOPF   0x00010010U

Definition at line 364 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_STOPF [2/2]

#define SMBUS_FLAG_STOPF   I2C_ISR_STOPF

Definition at line 376 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_TC

#define SMBUS_FLAG_TC   I2C_ISR_TC

Definition at line 377 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_TCR

#define SMBUS_FLAG_TCR   I2C_ISR_TCR

Definition at line 378 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_TIMEOUT [1/2]

#define SMBUS_FLAG_TIMEOUT   0x00014000U

Definition at line 356 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_TIMEOUT [2/2]

#define SMBUS_FLAG_TIMEOUT   I2C_ISR_TIMEOUT

Definition at line 383 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_TRA

#define SMBUS_FLAG_TRA   0x00100004U

Definition at line 373 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_TXE [1/2]

#define SMBUS_FLAG_TXE   0x00010080U

Definition at line 362 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_TXE [2/2]

#define SMBUS_FLAG_TXE   I2C_ISR_TXE

Definition at line 371 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_FLAG_TXIS

#define SMBUS_FLAG_TXIS   I2C_ISR_TXIS

Definition at line 372 of file stm32f7xx_hal_smbus.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07