STM32L486xx HAL User Manual
Defines
I2C Addressing Mode
I2C Exported Constants

Defines

#define I2C_ADDRESSINGMODE_7BIT   (0x00000001U)
#define I2C_ADDRESSINGMODE_10BIT   (0x00000002U)

Define Documentation

#define I2C_ADDRESSINGMODE_10BIT   (0x00000002U)

Definition at line 311 of file stm32l4xx_hal_i2c.h.

Referenced by HAL_I2C_Init(), HAL_I2C_Slave_Transmit(), and I2C_ITAddrCplt().

#define I2C_ADDRESSINGMODE_7BIT   (0x00000001U)

Definition at line 310 of file stm32l4xx_hal_i2c.h.

Referenced by HAL_I2C_Init().