STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
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

GPIOMode_TypeDef GPIO_Mode
    Specifies the operating mode for the selected pins.

This parameter can be a value of GPIOMode_TypeDef

uint16_t GPIO_Pin
             Specifies the GPIO pins to be configured.

This parameter can be any value of GPIO_pins_define

GPIOSpeed_TypeDef GPIO_Speed
  Specifies the speed for the selected pins.

This parameter can be a value of GPIOSpeed_TypeDef


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