STM32F4xx_HAL_Driver  1.8.3
Initialization and de-initialization functions
+ Collaboration diagram for Initialization and de-initialization functions:

Functions

ErrorStatus LL_FMPI2C_Init (FMPI2C_TypeDef *FMPI2Cx, const LL_FMPI2C_InitTypeDef *FMPI2C_InitStruct)
 Initialize the FMPI2C registers according to the specified parameters in FMPI2C_InitStruct. More...
 
ErrorStatus LL_FMPI2C_DeInit (const FMPI2C_TypeDef *FMPI2Cx)
 De-initialize the FMPI2C registers to their default reset values. More...
 
void LL_FMPI2C_StructInit (LL_FMPI2C_InitTypeDef *FMPI2C_InitStruct)
 Set each LL_FMPI2C_InitTypeDef field to default value. More...
 

Detailed Description

Function Documentation

◆ LL_FMPI2C_DeInit()

ErrorStatus LL_FMPI2C_DeInit ( const FMPI2C_TypeDef *  FMPI2Cx)

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

Parameters
FMPI2CxFMPI2C Instance.
Return values
AnErrorStatus enumeration value:
  • SUCCESS: FMPI2C registers are de-initialized
  • ERROR: FMPI2C registers are not de-initialized

Definition at line 87 of file stm32f4xx_ll_fmpi2c.c.

◆ LL_FMPI2C_Init()

ErrorStatus LL_FMPI2C_Init ( FMPI2C_TypeDef *  FMPI2Cx,
const LL_FMPI2C_InitTypeDef FMPI2C_InitStruct 
)

Initialize the FMPI2C registers according to the specified parameters in FMPI2C_InitStruct.

Parameters
FMPI2CxFMPI2C Instance.
FMPI2C_InitStructpointer to a LL_FMPI2C_InitTypeDef structure.
Return values
AnErrorStatus enumeration value:
  • SUCCESS: FMPI2C registers are initialized
  • ERROR: Not applicable

Definition at line 118 of file stm32f4xx_ll_fmpi2c.c.

◆ LL_FMPI2C_StructInit()

void LL_FMPI2C_StructInit ( LL_FMPI2C_InitTypeDef FMPI2C_InitStruct)

Set each LL_FMPI2C_InitTypeDef field to default value.

Parameters
FMPI2C_InitStructPointer to a LL_FMPI2C_InitTypeDef structure.
Return values
None

Definition at line 186 of file stm32f4xx_ll_fmpi2c.c.