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.
- Output
Open Drain - GPIO output open-drain driver.
Enums§
- Level
- Digital input or output level.
- Output
Type - GPIO output type
- Pull
- Pull setting for an input.
- Speed
- Speed setting for an output.
Traits§
- Pin
- GPIO pin trait.