STM32F439xx 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 198 of file stm32f4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS1_7BIT   0x00004000U

Own address 1 is a 7-bit address.

Definition at line 197 of file stm32f4xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().