HAL + 0/1 examples
CodeScope will show references to LL_I2C_MODE_I2C from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
I2C
 
Symbols
loading...
Files
loading...

LL_I2C_MODE_I2C macro

I2C Master or Slave mode

Syntax

#define LL_I2C_MODE_I2C 0x00000000U

Examples

LL_I2C_MODE_I2C is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_i2c.h:207
#define LL_I2C_MODE_I2C 0x00000000U /*!< I2C Master or Slave mode */
stm32f4xx_ll_i2c.c:220
I2C_InitStruct->PeripheralMode = LL_I2C_MODE_I2C;