STM32L486xx HAL User Manual
Defines
I2C Start or Stop Mode
I2C Exported Constants

Defines

#define I2C_NO_STARTSTOP   (0x00000000U)
#define I2C_GENERATE_STOP   (uint32_t)(0x80000000U | I2C_CR2_STOP)
#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 Documentation

#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_STOP   (uint32_t)(0x80000000U | I2C_CR2_STOP)

Definition at line 390 of file stm32l4xx_hal_i2c.h.

Referenced by HAL_I2C_Master_Abort_IT().

#define I2C_NO_STARTSTOP   (0x00000000U)