uc-sdk
|
GPIO Init structure definition. More...
#include <stm32f10x_gpio.h>
Public Attributes | |
uint16_t | GPIO_Pin |
GPIOSpeed_TypeDef | GPIO_Speed |
GPIOMode_TypeDef | GPIO_Mode |
GPIO Init structure definition.
Definition at line 91 of file stm32f10x_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 99 of file stm32f10x_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.
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 96 of file stm32f10x_gpio.h.