Macros
Collaboration diagram for I2C Start or Stop Mode:

Macros

#define I2C_GENERATE_START_READ   (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN)
 
#define I2C_GENERATE_START_READ   (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN)
 
#define I2C_GENERATE_START_READ   (uint32_t)(0x80000000U | I2C_CR2_START | I2C_CR2_RD_WRN)
 
#define I2C_GENERATE_START_WRITE   (uint32_t)(0x80000000U | I2C_CR2_START)
 
#define I2C_GENERATE_START_WRITE   (uint32_t)(0x80000000U | I2C_CR2_START)
 
#define I2C_GENERATE_START_WRITE   (uint32_t)(0x80000000U | I2C_CR2_START)
 
#define I2C_GENERATE_STOP   (uint32_t)(0x80000000U | I2C_CR2_STOP)
 
#define I2C_GENERATE_STOP   (uint32_t)(0x80000000U | I2C_CR2_STOP)
 
#define I2C_GENERATE_STOP   (uint32_t)(0x80000000U | I2C_CR2_STOP)
 
#define I2C_NO_STARTSTOP   (0x00000000U)
 
#define I2C_NO_STARTSTOP   (0x00000000U)
 
#define I2C_NO_STARTSTOP   (0x00000000U)
 

Detailed Description

Macro Definition Documentation

◆ I2C_GENERATE_START_READ [1/3]

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

Definition at line 382 of file stm32f7xx_hal_i2c.h.

◆ I2C_GENERATE_START_READ [2/3]

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

◆ I2C_GENERATE_START_READ [3/3]

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

◆ I2C_GENERATE_START_WRITE [1/3]

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

◆ I2C_GENERATE_START_WRITE [2/3]

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

Definition at line 383 of file stm32f7xx_hal_i2c.h.

◆ I2C_GENERATE_START_WRITE [3/3]

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

◆ I2C_GENERATE_STOP [1/3]

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

Definition at line 381 of file stm32f7xx_hal_i2c.h.

◆ I2C_GENERATE_STOP [2/3]

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

◆ I2C_GENERATE_STOP [3/3]

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

◆ I2C_NO_STARTSTOP [1/3]

#define I2C_NO_STARTSTOP   (0x00000000U)

◆ I2C_NO_STARTSTOP [2/3]

#define I2C_NO_STARTSTOP   (0x00000000U)

◆ I2C_NO_STARTSTOP [3/3]

#define I2C_NO_STARTSTOP   (0x00000000U)

Definition at line 380 of file stm32f7xx_hal_i2c.h.



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