STM32L486xx HAL User Manual
Defines
Master Addressing Mode
I2C Exported Constants

Defines

#define LL_I2C_ADDRESSING_MODE_7BIT   0x00000000U
#define LL_I2C_ADDRESSING_MODE_10BIT   I2C_CR2_ADD10

Define Documentation

#define LL_I2C_ADDRESSING_MODE_10BIT   I2C_CR2_ADD10

Master operates in 10-bit addressing mode.

Definition at line 210 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_ADDRESSING_MODE_7BIT   0x00000000U

Master operates in 7-bit addressing mode.

Definition at line 209 of file stm32l4xx_ll_i2c.h.