Symbols
loading...
Files
loading...

I2C_ADDRESSINGMODE_10BIT macro

Syntax

#define I2C_ADDRESSINGMODE_10BIT (I2C_OAR1_ADDMODE | 0x00004000U)

Examples

I2C_ADDRESSINGMODE_10BIT is referenced by 37 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2c.h:299
#define I2C_ADDRESSINGMODE_10BIT (I2C_OAR1_ADDMODE | 0x00004000U)
stm32f4xx_hal_i2c.c:1476
if (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_10BIT)
stm32f4xx_hal_i2c.c:5866
else if ((hi2c->EventCount == 0U) && (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_10BIT))
stm32f4xx_hal_i2c.h:685
((ADDRESS) == I2C_ADDRESSINGMODE_10BIT))