HAL + 0/1 examples
CodeScope will show references to LL_GPIO_InitTypeDef::Pin from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
GPIO
 
Symbols
loading...
Files
loading...

LL_GPIO_InitTypeDef::Pin field

Specifies the GPIO pins to be configured. This parameter can be any value of GPIO_LL_EC_PIN

Syntax

uint32_t Pin;

Examples

LL_GPIO_InitTypeDef::Pin is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_gpio.h:65
uint32_t Pin; /*!< Specifies the GPIO pins to be configured.
stm32f4xx_ll_gpio.c:212LL_GPIO_Init()
stm32f4xx_ll_gpio.c:215LL_GPIO_Init()
while (((GPIO_InitStruct->Pin) >> pinpos) != 0x00000000U)
stm32f4xx_ll_gpio.c:218LL_GPIO_Init()
currentpin = (GPIO_InitStruct->Pin) & (0x00000001U << pinpos);
stm32f4xx_ll_gpio.c:276LL_GPIO_StructInit()

Data Use

Functions writing LL_GPIO_InitTypeDef::Pin
Functions reading LL_GPIO_InitTypeDef::Pin
all items filtered out
LL_GPIO_InitTypeDef::Pin
all items filtered out
Type of LL_GPIO_InitTypeDef::Pin
LL_GPIO_InitTypeDef::Pin
uint32_t
all items filtered out