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

LL_I2C_DeInit() function

De-initialize the I2C registers to their default reset values.

Syntax

uint32_t LL_I2C_DeInit(I2C_TypeDef *I2Cx);
Implemented in stm32f4xx_ll_i2c.c:94

Arguments

I2Cx

I2C Instance.

Return value

An ErrorStatus enumeration value: - SUCCESS I2C registers are de-initialized - ERROR I2C registers are not de-initialized

Examples

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

References

LocationText
stm32f4xx_ll_i2c.c:94
uint32_t LL_I2C_DeInit(I2C_TypeDef *I2Cx)
stm32f4xx_ll_i2c.h:1862
uint32_t LL_I2C_DeInit(I2C_TypeDef *I2Cx);

Call Tree

Functions called by LL_I2C_DeInit()
LL_I2C_DeInit()
Data read by LL_I2C_DeInit()
Data written by LL_I2C_DeInit()
LL_I2C_DeInit()::status
all items filtered out
LL_I2C_DeInit()
LL_I2C_DeInit()::status
all items filtered out
Type of LL_I2C_DeInit()
LL_I2C_DeInit()
uint32_t
all items filtered out