Trait atsamd_hal::gpio::pin::OutputConfig
source · [−]Expand description
Type-level enum for output configurations
The valid options are PushPull
and Readable
. See the type-level
enum documentation for more details on the pattern.