embassy-stm32

Crates

git

Versions

stm32g061k8

Flavors

Module gpio

Source
Expand description

General-purpose Input/Output (GPIO)

Structs§

AfType
Alternate function type settings.
AnyPin
Type-erased GPIO pin
Flex
GPIO flexible pin.
Input
GPIO input driver.
Output
GPIO output driver.
OutputOpenDrain
GPIO output open-drain driver.

Enums§

Level
Digital input or output level.
OutputType
GPIO output type
Pull
Pull setting for an input.
Speed
Speed setting for an output.

Traits§

Pin
GPIO pin trait.
OSZAR »