STM32L486xx HAL User Manual
Defines
I2C Memory Address Size
I2C Exported Constants

Defines

#define I2C_MEMADD_SIZE_8BIT   (0x00000001U)
#define I2C_MEMADD_SIZE_16BIT   (0x00000002U)

Define Documentation

#define I2C_MEMADD_SIZE_16BIT   (0x00000002U)

Definition at line 362 of file stm32l4xx_hal_i2c.h.

#define I2C_MEMADD_SIZE_8BIT   (0x00000001U)

Definition at line 361 of file stm32l4xx_hal_i2c.h.

Referenced by I2C_RequestMemoryRead(), and I2C_RequestMemoryWrite().