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

pub trait DisabledConfig: Sealed {
    pub const DYN: DynDisabled;
    pub const PULLEN: bool;
    pub const OUT: bool;
}

Type-level enum for disabled configurations

Associated Constants

pub const DYN: DynDisabled[src]

Corresponding DynDisabled

pub const PULLEN: bool[src]

Value of the PULLEN field in this configuration

pub const OUT: bool[src]

Value of the OUT field in this configuration

Loading content...

Implementors

impl DisabledConfig for Floating[src]

impl DisabledConfig for PullDown[src]

impl DisabledConfig for PullUp[src]

Loading content...