embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

Module gpio

Module gpio 

Source
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 Flex pin.
Output
GPIO output driver that owns a Flex pin.

Enums§

DriveStrength
Inverter
Level
Logical level for GPIO pins.
Pull
SlewRate

Traits§

GpioPin
GPIO pin trait.

Type Aliases§

Gpio