STM32L486xx 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 228 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK02   I2C_OAR2_OA2MASK02

Only Address2 bits[7:3] are compared.

Definition at line 229 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK03   I2C_OAR2_OA2MASK03

Only Address2 bits[7:4] are compared.

Definition at line 230 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK04   I2C_OAR2_OA2MASK04

Only Address2 bits[7:5] are compared.

Definition at line 231 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK05   I2C_OAR2_OA2MASK05

Only Address2 bits[7:6] are compared.

Definition at line 232 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK06   I2C_OAR2_OA2MASK06

Only Address2 bits[7] are compared.

Definition at line 233 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_MASK07   I2C_OAR2_OA2MASK07

No comparison is done. All Address2 are acknowledged.

Definition at line 234 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_OWNADDRESS2_NOMASK   I2C_OAR2_OA2NOMASK

Own Address2 No mask.

Definition at line 227 of file stm32l4xx_ll_i2c.h.