|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Initialization and de-initialization functions:Functions | |
| ErrorStatus | LL_GPIO_DeInit (GPIO_TypeDef *GPIOx) |
| De-initialize GPIO registers (Registers restored to their default values). More... | |
| ErrorStatus | LL_GPIO_Init (GPIO_TypeDef *GPIOx, LL_GPIO_InitTypeDef *GPIO_InitStruct) |
| Initialize GPIO registers according to the specified parameters in GPIO_InitStruct. More... | |
| void | LL_GPIO_StructInit (LL_GPIO_InitTypeDef *GPIO_InitStruct) |
| Set each LL_GPIO_InitTypeDef field to default value. More... | |
| ErrorStatus LL_GPIO_DeInit | ( | GPIO_TypeDef * | GPIOx | ) |
De-initialize GPIO registers (Registers restored to their default values).
| GPIOx | GPIO Port |
| An | ErrorStatus enumeration value:
|
Definition at line 103 of file stm32f4xx_ll_gpio.c.
| ErrorStatus LL_GPIO_Init | ( | GPIO_TypeDef * | GPIOx, |
| LL_GPIO_InitTypeDef * | GPIO_InitStruct | ||
| ) |
Initialize GPIO registers according to the specified parameters in GPIO_InitStruct.
| GPIOx | GPIO Port |
| GPIO_InitStruct | pointer to a LL_GPIO_InitTypeDef structure that contains the configuration information for the specified GPIO peripheral. |
| An | ErrorStatus enumeration value:
|
Definition at line 199 of file stm32f4xx_ll_gpio.c.
| void LL_GPIO_StructInit | ( | LL_GPIO_InitTypeDef * | GPIO_InitStruct | ) |
Set each LL_GPIO_InitTypeDef field to default value.
| GPIO_InitStruct | pointer to a LL_GPIO_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 273 of file stm32f4xx_ll_gpio.c.