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:73main()
GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;
main.c:74main()
GPIO_InitStruct.Pull = GPIO_PULLUP;
main.c:75main()
GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_VERY_HIGH;
main.c:77main()
GPIO_InitStruct.Pin = LED1_PIN;
main.c:78main()
HAL_GPIO_Init(LED1_GPIO_PORT, &GPIO_InitStruct);
main.c:79main()
GPIO_InitStruct.Pin = LED2_PIN;
main.c:80main()
HAL_GPIO_Init(LED2_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