Expand description
GPIO driver built around a type-erased Flex pin, similar to other Embassy HALs.
The exported Output/Input drivers own a Flex so they no longer depend on the
concrete pin type.
Structs§
- AnyPin
- Type-erased representation of a GPIO pin.
- Flex
- A flexible pin that can be configured as input or output.
- Input
- GPIO input driver that owns a
Flexpin. - Output
- GPIO output driver that owns a
Flexpin.
Enums§
- Drive
Strength - Inverter
- Level
- Logical level for GPIO pins.
- Pull
- Slew
Rate
Traits§
- GpioPin
- GPIO pin trait.