STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
GPIO_InitTypeDef Struct Reference

GPIO Init structure definition. More...

#include <stm32f0xx_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

GPIOMode_TypeDef GPIO_Mode
     Specifies the operating mode for the selected pins.

This parameter can be a value of GPIOMode_TypeDef

GPIOOType_TypeDef GPIO_OType
   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

GPIOPuPd_TypeDef GPIO_PuPd
     Specifies the operating Pull-up/Pull down for the selected pins.

This parameter can be a value of GPIOPuPd_TypeDef

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: