STM32L486xx HAL User Manual
Defines
Own Address 1 Length
I2C Exported Constants

Defines

#define LL_I2C_OWNADDRESS1_7BIT   0x00000000U
#define LL_I2C_OWNADDRESS1_10BIT   I2C_OAR1_OA1MODE

Define Documentation

#define LL_I2C_OWNADDRESS1_10BIT   I2C_OAR1_OA1MODE

Own address 1 is a 10-bit address.

Definition at line 219 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS1_7BIT   0x00000000U

Own address 1 is a 7-bit address.

Definition at line 218 of file stm32l4xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().