Trait serpente::gpio::v2::pin::DisabledConfig[][src]

pub trait DisabledConfig: Sealed {
    const DYN: DynDisabled;
}
Expand description

Type-level enum for disabled configurations

The valid options are Floating, PullDown and PullUp. See the type-level enum documentation for more details on the pattern.

Associated Constants

Corresponding DynDisabled

Implementors