STM32H735xx 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 211 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS1_7BIT   0x00000000U

Own address 1 is a 7-bit address.

Definition at line 210 of file stm32h7xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().