Expand description
General-purpose Input/Output (GPIO)
Structs§
- AfType
- Alternate function type settings.
- AfioRemap 
- Holds the AFIO remap value for a peripheral’s pin
- AfioRemap Bool 
- Holds the AFIO remap value for a peripheral’s pin
- AfioRemap NotApplicable 
- Placeholder for a peripheral’s pin which cannot be remapped via AFIO.
- AnyPin
- Type-erased GPIO pin
- Flex
- GPIO flexible pin.
- Input
- GPIO input driver.
- Output
- GPIO output driver.
- OutputOpen Drain 
- 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.