GPIO_InitTypeDef struct
GPIO Init structure definition
Fields
Specifies the GPIO pins to be configured. This parameter can be any value of GPIO_pins_define.
Specifies the operating mode for the selected pins. This parameter can be a value of GPIO_mode_define.
Specifies the Pull-up or Pull-Down activation for the selected pins. This parameter can be a value of GPIO_pull_define.
Specifies the speed for the selected pins. This parameter can be a value of GPIO_speed_define.
Peripheral to be connected to the selected pins. This parameter can be a value of GPIO_Alternate_function_selection.
Examples
GPIO_InitTypeDef is referenced by 695 libraries and example projects: