HAL + 0/2 examples
SourceVu will show references to LL_GPIO_InitTypeDef from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
GPIO
PWR
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
Specifies the GPIO pins to be configured. This parameter can be any value of GPIO_LL_EC_PIN.
uint32_t
Specifies the operating mode for the selected pins. This parameter can be a value of GPIO_LL_EC_MODE. GPIO HW configuration can be modified afterwards using unitary function LL_GPIO_SetPinMode().
uint32_t
Specifies the speed for the selected pins. This parameter can be a value of GPIO_LL_EC_SPEED. GPIO HW configuration can be modified afterwards using unitary function LL_GPIO_SetPinSpeed().
uint32_t
Specifies the operating output type for the selected pins. This parameter can be a value of GPIO_LL_EC_OUTPUT. GPIO HW configuration can be modified afterwards using unitary function LL_GPIO_SetPinOutputType().
uint32_t
Specifies the operating Pull-up/Pull down for the selected pins. This parameter can be a value of GPIO_LL_EC_PULL. GPIO HW configuration can be modified afterwards using unitary function LL_GPIO_SetPinPull().
uint32_t
Specifies the Peripheral to be connected to the selected pins. This parameter can be a value of GPIO_LL_EC_AF. GPIO HW configuration can be modified afterwards using unitary function LL_GPIO_SetAFPin_0_7() and LL_GPIO_SetAFPin_8_15().

References

from examples