Module gpio

Source
Expand description

General Purpose Input / Output

Modules§

gpioa
GPIO
gpiob
GPIO
gpioc
GPIO
gpiof
GPIO

Structs§

AF0
Alternate function 0
AF1
Alternate function 1
AF2
Alternate function 2
AF3
Alternate function 3
AF4
Alternate function 4
AF5
Alternate function 5
AF6
Alternate function 6
AF7
Alternate function 7
Alternate
Alternate function mode (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)
Pin
Fully erased pin
PullDown
Pulled down input (type state)
PullUp
Pulled up input (type state)
PushPull
Push pull output (type state)

Traits§

GpioExt
Extension trait to split a GPIO peripheral in independent pins and registers