STM32H735xx HAL User Manual
Defines
Own Address 2 Masks
I2C Exported Constants

Defines

#define LL_I2C_OWNADDRESS2_NOMASK   I2C_OAR2_OA2NOMASK
#define LL_I2C_OWNADDRESS2_MASK01   I2C_OAR2_OA2MASK01
#define LL_I2C_OWNADDRESS2_MASK02   I2C_OAR2_OA2MASK02
#define LL_I2C_OWNADDRESS2_MASK03   I2C_OAR2_OA2MASK03
#define LL_I2C_OWNADDRESS2_MASK04   I2C_OAR2_OA2MASK04
#define LL_I2C_OWNADDRESS2_MASK05   I2C_OAR2_OA2MASK05
#define LL_I2C_OWNADDRESS2_MASK06   I2C_OAR2_OA2MASK06
#define LL_I2C_OWNADDRESS2_MASK07   I2C_OAR2_OA2MASK07

Define Documentation

#define LL_I2C_OWNADDRESS2_MASK01   I2C_OAR2_OA2MASK01

Only Address2 bits[7:2] are compared.

Definition at line 220 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK02   I2C_OAR2_OA2MASK02

Only Address2 bits[7:3] are compared.

Definition at line 221 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK03   I2C_OAR2_OA2MASK03

Only Address2 bits[7:4] are compared.

Definition at line 222 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK04   I2C_OAR2_OA2MASK04

Only Address2 bits[7:5] are compared.

Definition at line 223 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK05   I2C_OAR2_OA2MASK05

Only Address2 bits[7:6] are compared.

Definition at line 224 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK06   I2C_OAR2_OA2MASK06

Only Address2 bits[7] are compared.

Definition at line 225 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK07   I2C_OAR2_OA2MASK07

No comparison is done. All Address2 are acknowledged.

Definition at line 226 of file stm32h7xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_NOMASK   I2C_OAR2_OA2NOMASK

Own Address2 No mask.

Definition at line 219 of file stm32h7xx_ll_i2c.h.