STM32F10x Standard Peripherals Library  3.5.0
GPIO_InitTypeDef Struct Reference

GPIO Init structure definition. More...

#include <stm32f10x_gpio.h>

Data Fields

uint16_t GPIO_Pin
GPIOSpeed_TypeDef GPIO_Speed
GPIOMode_TypeDef GPIO_Mode

Detailed Description

GPIO Init structure definition.


Field Documentation

Specifies the operating mode for the selected pins. This parameter can be a value of GPIOMode_TypeDef

Definition at line 99 of file stm32f10x_gpio.h.

uint16_t GPIO_Pin

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

Definition at line 93 of file stm32f10x_gpio.h.

Specifies the speed for the selected pins. This parameter can be a value of GPIOSpeed_TypeDef

Definition at line 96 of file stm32f10x_gpio.h.


The documentation for this struct was generated from the following file: