GPIO Init structure definition. More...
#include <stm32f4xx_gpio.h>
Public Attributes | |
GPIOMode_TypeDef | GPIO_Mode |
GPIOOType_TypeDef | GPIO_OType |
uint16_t | GPIO_Pin |
uint32_t | GPIO_Pin |
GPIOPuPd_TypeDef | GPIO_PuPd |
GPIOSpeed_TypeDef | GPIO_Speed |
GPIO Init structure definition.
Definition at line 132 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_gpio.h.
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 137 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/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 143 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_gpio.h.
uint16_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 93 of file stm32f10x_gpio.h.
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 134 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/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 146 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_gpio.h.
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 140 of file CMSIS/CM4/DeviceSupport/ST/STM32F4xx/stm32f4xx_gpio.h.