|
CARME-M4 BSP
V1.5
|
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 |
GPIO Init structure definition.
Definition at line 132 of file stm32f4xx_gpio.h.
| GPIOMode_TypeDef 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 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
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
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
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
Definition at line 140 of file stm32f4xx_gpio.h.