Trait grand_central_m4::gpio::PinMode[][src]

pub trait PinMode: Sealed {
    const DYN: DynPinMode;
}
Expand description

Type-level enum representing pin modes

The valid options are Disabled, Input, Output and Alternate. See the type-level enum documentation for more details on the pattern.

Associated Constants

Corresponding DynPinMode

Implementors