STM32F439xx HAL User Manual
Data Fields
GPIO_InitTypeDef Struct Reference

GPIO Init structure definition. More...

#include <stm32f4xx_hal_gpio.h>

Data Fields

uint32_t Pin
uint32_t Mode
uint32_t Pull
uint32_t Speed
uint32_t Alternate

Detailed Description

GPIO Init structure definition.

Definition at line 63 of file stm32f4xx_hal_gpio.h.


Field Documentation

Peripheral to be connected to the selected pins. This parameter can be a value of GPIO Alternate Function Selection

Definition at line 77 of file stm32f4xx_hal_gpio.h.

Referenced by HAL_GPIO_Init(), and HAL_RCC_MCOConfig().

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

Definition at line 68 of file stm32f4xx_hal_gpio.h.

Referenced by HAL_GPIO_Init(), and HAL_RCC_MCOConfig().

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

Definition at line 65 of file stm32f4xx_hal_gpio.h.

Referenced by HAL_GPIO_Init(), and HAL_RCC_MCOConfig().

Specifies the Pull-up or Pull-Down activation for the selected pins. This parameter can be a value of GPIO pull define

Definition at line 71 of file stm32f4xx_hal_gpio.h.

Referenced by HAL_GPIO_Init(), and HAL_RCC_MCOConfig().

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

Definition at line 74 of file stm32f4xx_hal_gpio.h.

Referenced by HAL_GPIO_Init(), and HAL_RCC_MCOConfig().


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