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

Defines

#define LL_I2C_OWNADDRESS1_7BIT   0x00004000U
#define LL_I2C_OWNADDRESS1_10BIT   (uint32_t)(I2C_OAR1_ADDMODE | 0x00004000U)

Define Documentation

#define LL_I2C_OWNADDRESS1_10BIT   (uint32_t)(I2C_OAR1_ADDMODE | 0x00004000U)

Own address 1 is a 10-bit address.

Definition at line 159 of file stm32f1xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS1_7BIT   0x00004000U

Own address 1 is a 7-bit address.

Definition at line 158 of file stm32f1xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().