GPIO_InitStruct is only used within GPIO_IOToggle.
 
Symbols
loading...
Files
loading...

GPIO_InitStruct variable

Syntax

static GPIO_InitTypeDef GPIO_InitStruct;

References

LocationReferrerText
main.c:35
static GPIO_InitTypeDef GPIO_InitStruct;
main.c:74main()
GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;
main.c:75main()
GPIO_InitStruct.Pull = GPIO_NOPULL;
main.c:76main()
GPIO_InitStruct.Speed = GPIO_SPEED_HIGH;
main.c:78main()
GPIO_InitStruct.Pin = LED1_PIN;
main.c:79main()
HAL_GPIO_Init(LED1_GPIO_PORT, &GPIO_InitStruct);
main.c:80main()
GPIO_InitStruct.Pin = LED2_PIN;
main.c:81main()
HAL_GPIO_Init(LED2_GPIO_PORT, &GPIO_InitStruct);
main.c:82main()
GPIO_InitStruct.Pin = LED3_PIN;
main.c:83main()
HAL_GPIO_Init(LED3_GPIO_PORT, &GPIO_InitStruct);

Data Use

Functions reading GPIO_InitStruct
GPIO_InitStruct
all items filtered out
Type of GPIO_InitStruct
GPIO_InitStruct
all items filtered out