CARME-M4 BSP  V1.5
GPIO_InitTypeDef Struct Reference

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.

Examples:
gpio_stdperiph.c.

Definition at line 132 of file stm32f4xx_gpio.h.

Field Documentation

GPIOMode_TypeDef GPIO_Mode

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

Examples:
gpio_stdperiph.c.

Definition at line 137 of file stm32f4xx_gpio.h.

GPIOOType_TypeDef GPIO_OType

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

Examples:
gpio_stdperiph.c.

Definition at line 143 of file stm32f4xx_gpio.h.

uint32_t GPIO_Pin

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

Examples:
gpio_stdperiph.c.

Definition at line 134 of file stm32f4xx_gpio.h.

GPIOPuPd_TypeDef GPIO_PuPd

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

Examples:
gpio_stdperiph.c.

Definition at line 146 of file stm32f4xx_gpio.h.

GPIOSpeed_TypeDef GPIO_Speed

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

Examples:
gpio_stdperiph.c.

Definition at line 140 of file stm32f4xx_gpio.h.


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