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

LL_I2C_Init() function

Initialize the I2C registers according to the specified parameters in I2C_InitStruct.

Syntax

Implemented in stm32f4xx_ll_i2c.c:144

Arguments

I2Cx

I2C Instance.

I2C_InitStruct

pointer to a LL_I2C_InitTypeDef structure.

Return value

An ErrorStatus enumeration value: - SUCCESS I2C registers are initialized - ERROR Not applicable

Examples

LL_I2C_Init() is referenced by 1 libraries and example projects.