STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
uint32_t | LL_I2C_Init (I2C_TypeDef *I2Cx, LL_I2C_InitTypeDef *I2C_InitStruct) |
Initialize the I2C registers according to the specified parameters in I2C_InitStruct. More... | |
uint32_t | LL_I2C_DeInit (I2C_TypeDef *I2Cx) |
De-initialize the I2C registers to their default reset values. More... | |
void | LL_I2C_StructInit (LL_I2C_InitTypeDef *I2C_InitStruct) |
Set each LL_I2C_InitTypeDef field to default value. More... | |
uint32_t LL_I2C_DeInit | ( | I2C_TypeDef * | I2Cx | ) |
De-initialize the I2C registers to their default reset values.
I2Cx | I2C Instance. |
An | ErrorStatus enumeration value:
|
Definition at line 94 of file stm32f4xx_ll_i2c.c.
uint32_t LL_I2C_Init | ( | I2C_TypeDef * | I2Cx, |
LL_I2C_InitTypeDef * | I2C_InitStruct | ||
) |
Initialize the I2C registers according to the specified parameters in I2C_InitStruct.
I2Cx | I2C Instance. |
I2C_InitStruct | pointer to a LL_I2C_InitTypeDef structure. |
An | ErrorStatus enumeration value:
|
Definition at line 144 of file stm32f4xx_ll_i2c.c.
void LL_I2C_StructInit | ( | LL_I2C_InitTypeDef * | I2C_InitStruct | ) |
Set each LL_I2C_InitTypeDef field to default value.
I2C_InitStruct | Pointer to a LL_I2C_InitTypeDef structure. |
None |
Definition at line 217 of file stm32f4xx_ll_i2c.c.