[−][src]Module stm32f4xx_hal::gpio
General Purpose Input / Output
Modules
| gpioa | GPIO |
| gpiob | GPIO |
| gpioc | GPIO |
| gpiod | GPIO |
| gpioe | GPIO |
| gpiof | GPIO |
| gpiog | GPIO |
| gpioh | GPIO |
| gpioi | GPIO |
| gpioj | GPIO |
| gpiok | GPIO |
Structs
| AF0 | |
| AF1 | |
| AF2 | |
| AF3 | |
| AF4 | |
| AF5 | |
| AF6 | |
| AF7 | |
| AF8 | |
| AF9 | |
| AF10 | |
| AF11 | |
| AF12 | |
| AF13 | |
| AF14 | |
| AF15 | |
| Alternate | Some alternate mode (type state) |
| AlternateOD | Some alternate mode in open drain configuration (type state) |
| Analog | Analog mode (type state) |
| Floating | Floating input (type state) |
| Input | Input mode (type state) |
| OpenDrain | Open drain input or output (type state) |
| Output | Output mode (type state) |
| PullDown | Pulled down input (type state) |
| PullUp | Pulled up input (type state) |
| PushPull | Push pull output (type state) |
Enums
| Edge | |
| Speed | GPIO Pin speed selection |
Traits
| ExtiPin | External Interrupt Pin |
| GpioExt | Extension trait to split a GPIO peripheral in independent pins and registers |