HAL + 0/5 examples
CodeScope will show references to LL_I2C_OWNADDRESS1_7BIT from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_I2C_OWNADDRESS1_7BIT macro

Own address 1 is a 7-bit address.

Syntax

#define LL_I2C_OWNADDRESS1_7BIT 0x00004000U

Examples

LL_I2C_OWNADDRESS1_7BIT is referenced by 5 libraries and example projects.

References

LocationText
stm32f4xx_ll_i2c.h:180
#define LL_I2C_OWNADDRESS1_7BIT 0x00004000U /*!< Own address 1 is a 7-bit address. */
stm32f4xx_ll_i2c.c:229
I2C_InitStruct->OwnAddrSize = LL_I2C_OWNADDRESS1_7BIT;