Macros
Collaboration diagram for SMBUS StartStopMode definition:

Macros

#define SMBUS_GENERATE_START_READ   (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN)
 
#define SMBUS_GENERATE_START_WRITE   (uint32_t)(0x80000000U | I2C_CR2_START)
 
#define SMBUS_GENERATE_STOP   (uint32_t)(0x80000000U | I2C_CR2_STOP)
 
#define SMBUS_NO_STARTSTOP   (0x00000000U)
 

Detailed Description

Macro Definition Documentation

◆ SMBUS_GENERATE_START_READ

#define SMBUS_GENERATE_START_READ   (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN)

Definition at line 311 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_GENERATE_START_WRITE

#define SMBUS_GENERATE_START_WRITE   (uint32_t)(0x80000000U | I2C_CR2_START)

Definition at line 312 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_GENERATE_STOP

#define SMBUS_GENERATE_STOP   (uint32_t)(0x80000000U | I2C_CR2_STOP)

Definition at line 310 of file stm32f7xx_hal_smbus.h.

◆ SMBUS_NO_STARTSTOP

#define SMBUS_NO_STARTSTOP   (0x00000000U)

Definition at line 309 of file stm32f7xx_hal_smbus.h.



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