Reference Manual to
LL API cross
reference:
ODR ODy LL_GPIO_TogglePin
LL_GPIO_DeInit
ErrorStatus LL_GPIO_DeInit (GPIO_TypeDef * GPIOx)
De-initialize GPIO registers (Registers restored to their default
values).
An: ErrorStatus enumeration value:
SUCCESS: GPIO registers are de-initialized
ERROR: Wrong GPIO Port
LL_GPIO_Init
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:
SUCCESS: GPIO registers are initialized according to
GPIO_InitStruct content
ERROR: Not applicable
LL_GPIO_StructInit
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.
57.3 GPIO Firmware driver defines
57.3.1 GPIO
Alternate Function
Select alternate function 0
Select alternate function 1
Select alternate function 2