Trait serpente::gpio::v2::OutputConfig[][src]

pub trait OutputConfig: Sealed {
    const DYN: DynOutput;
}
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.

Associated Constants

Corresponding DynOutput

Implementors