GPIO_InitTypeDef Struct Reference
[GPIO]

GPIO Init structure definition. More...

#include <stm32f4xx_gpio.h>

Data Fields

uint32_t GPIO_Pin
GPIOMode_TypeDef GPIO_Mode
GPIOSpeed_TypeDef GPIO_Speed
GPIOOType_TypeDef GPIO_OType
GPIOPuPd_TypeDef GPIO_PuPd

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

Specifies the operating output type for the selected pins. This parameter can be a value of GPIOOType_TypeDef

uint32_t GPIO_Pin

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

Specifies the operating Pull-up/Pull down for the selected pins. This parameter can be a value of GPIOPuPd_TypeDef

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:
Generated on Fri Jun 22 00:58:31 2012 for STM32F4xx_StdPeriph_Driver by  doxygen 1.6.3