HAL + 0/27 examples
CodeScope will show references to I2C_ADDRESSINGMODE_7BIT from the following samples and libraries:
Drivers
Boards
Examples
STM32446E-Nucleo
Examples
I2C
STM32469I-Discovery
Examples
I2C
STM32469I_EVAL
Examples
I2C
STM32F4-Discovery
Examples
I2C
STM32F401-Discovery
Examples
I2C
STM32F410xx-Nucleo
Examples
I2C
STM32F411E-Discovery
Examples
I2C
STM32F411RE-Nucleo
Examples_MIX
I2C
STM32F412G-Discovery
Examples
I2C
STM32F412ZG-Nucleo
Examples
I2C
STM32F413ZH-Nucleo
Examples
I2C
STM32F429I-Discovery
Examples
I2C
 
Symbols
loading...
Files
loading...

I2C_ADDRESSINGMODE_7BIT macro

Syntax

#define I2C_ADDRESSINGMODE_7BIT 0x00004000U

Examples

I2C_ADDRESSINGMODE_7BIT is referenced by 27 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2c.h:298
#define I2C_ADDRESSINGMODE_7BIT 0x00004000U
stm32f4xx_hal_i2c.c:5788
if (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_7BIT)
stm32f4xx_hal_i2c.c:6608
if (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_7BIT)
stm32f4xx_hal_i2c.c:6681
if (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_7BIT)
stm32f4xx_hal_i2c.h:684
#define IS_I2C_ADDRESSING_MODE(ADDRESS) (((ADDRESS) == I2C_ADDRESSINGMODE_7BIT) || \