ARMEBS4  revision-26.06.2015
Data Fields
GPIO_InitTypeDef Struct Reference

GPIO Init structure definition. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_gpio.h"

Collaboration diagram for GPIO_InitTypeDef:
Collaboration graph

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.

Definition at line 117 of file stm32f4xx_gpio.h.

Field Documentation

uint32_t GPIO_InitTypeDef::GPIO_Pin

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

Definition at line 119 of file stm32f4xx_gpio.h.

Referenced by light_sensor_init(), and pot_init().

GPIOMode_TypeDef GPIO_InitTypeDef::GPIO_Mode

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

Definition at line 122 of file stm32f4xx_gpio.h.

Referenced by light_sensor_init(), and pot_init().

GPIOSpeed_TypeDef GPIO_InitTypeDef::GPIO_Speed

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

Definition at line 125 of file stm32f4xx_gpio.h.

GPIOOType_TypeDef GPIO_InitTypeDef::GPIO_OType

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

Definition at line 128 of file stm32f4xx_gpio.h.

GPIOPuPd_TypeDef GPIO_InitTypeDef::GPIO_PuPd

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

Definition at line 131 of file stm32f4xx_gpio.h.

Referenced by light_sensor_init(), and pot_init().