STM32F4xx_HAL_Driver
1.8.3
|
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... | |
ErrorStatus LL_FMPI2C_DeInit | ( | const FMPI2C_TypeDef * | FMPI2Cx | ) |
De-initialize the FMPI2C registers to their default reset values.
FMPI2Cx | FMPI2C Instance. |
An | ErrorStatus enumeration value:
|
Definition at line 87 of file stm32f4xx_ll_fmpi2c.c.
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.
FMPI2Cx | FMPI2C Instance. |
FMPI2C_InitStruct | pointer to a LL_FMPI2C_InitTypeDef structure. |
An | ErrorStatus enumeration value:
|
Definition at line 118 of file stm32f4xx_ll_fmpi2c.c.
void LL_FMPI2C_StructInit | ( | LL_FMPI2C_InitTypeDef * | FMPI2C_InitStruct | ) |
Set each LL_FMPI2C_InitTypeDef field to default value.
FMPI2C_InitStruct | Pointer to a LL_FMPI2C_InitTypeDef structure. |
None |
Definition at line 186 of file stm32f4xx_ll_fmpi2c.c.