Trait atsamd_hal::gpio::pin::PinMode

source ·
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.

Required Associated Constants§

source

const DYN: DynPinMode

Corresponding DynPinMode

Implementors§