Macros
SMBUS Interrupt configuration definition

SMBUS Interrupt definition Elements values convention: 0xXXXXXXXX. More...

Collaboration diagram for SMBUS Interrupt configuration definition:

Macros

#define SMBUS_IT_ADDR   (SMBUS_IT_ADDRI | SMBUS_IT_STOPI | SMBUS_IT_NACKI)
 
#define SMBUS_IT_ADDRI   I2C_CR1_ADDRIE
 
#define SMBUS_IT_ALERT   (SMBUS_IT_ERRI)
 
#define SMBUS_IT_BUF   I2C_CR2_ITBUFEN
 
#define SMBUS_IT_ERR   I2C_CR2_ITERREN
 
#define SMBUS_IT_ERRI   I2C_CR1_ERRIE
 
#define SMBUS_IT_EVT   I2C_CR2_ITEVTEN
 
#define SMBUS_IT_NACKI   I2C_CR1_NACKIE
 
#define SMBUS_IT_RX   (SMBUS_IT_ERRI | SMBUS_IT_TCI | SMBUS_IT_NACKI | SMBUS_IT_RXI)
 
#define SMBUS_IT_RXI   I2C_CR1_RXIE
 
#define SMBUS_IT_STOPI   I2C_CR1_STOPIE
 
#define SMBUS_IT_TCI   I2C_CR1_TCIE
 
#define SMBUS_IT_TX   (SMBUS_IT_ERRI | SMBUS_IT_TCI | SMBUS_IT_STOPI | SMBUS_IT_NACKI | SMBUS_IT_TXI)
 
#define SMBUS_IT_TXI   I2C_CR1_TXIE
 

Detailed Description

SMBUS Interrupt definition Elements values convention: 0xXXXXXXXX.

Macro Definition Documentation

◆ SMBUS_IT_ADDR

#define SMBUS_IT_ADDR   (SMBUS_IT_ADDRI | SMBUS_IT_STOPI | SMBUS_IT_NACKI)

Definition at line 359 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_ADDRI

#define SMBUS_IT_ADDRI   I2C_CR1_ADDRIE

Definition at line 353 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_ALERT

#define SMBUS_IT_ALERT   (SMBUS_IT_ERRI)

Definition at line 358 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_BUF

#define SMBUS_IT_BUF   I2C_CR2_ITBUFEN

Definition at line 345 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_IT_ERR

#define SMBUS_IT_ERR   I2C_CR2_ITERREN

Definition at line 347 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_IT_ERRI

#define SMBUS_IT_ERRI   I2C_CR1_ERRIE

Definition at line 349 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_EVT

#define SMBUS_IT_EVT   I2C_CR2_ITEVTEN

Definition at line 346 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_IT_NACKI

#define SMBUS_IT_NACKI   I2C_CR1_NACKIE

Definition at line 352 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_RX

#define SMBUS_IT_RX   (SMBUS_IT_ERRI | SMBUS_IT_TCI | SMBUS_IT_NACKI | SMBUS_IT_RXI)

Definition at line 357 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_RXI

#define SMBUS_IT_RXI   I2C_CR1_RXIE

Definition at line 354 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_STOPI

#define SMBUS_IT_STOPI   I2C_CR1_STOPIE

Definition at line 351 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_TCI

#define SMBUS_IT_TCI   I2C_CR1_TCIE

Definition at line 350 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_TX

Definition at line 356 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_IT_TXI

#define SMBUS_IT_TXI   I2C_CR1_TXIE

Definition at line 355 of file stm32f7xx_hal_smbus.h.



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