[][src]Enum imxrt1062_iomuxc::sw_pad_ctl_pad_gpio_emc_29::PKE_A

pub enum PKE_A {
    PKE_0_PULL_KEEPER_DISABLED,
    PKE_1_PULL_KEEPER_ENABLED,
}

Pull / Keep Enable Field

Value on reset: 1

Variants

PKE_0_PULL_KEEPER_DISABLED

0: Pull/Keeper Disabled

PKE_1_PULL_KEEPER_ENABLED

1: Pull/Keeper Enabled

Trait Implementations

impl Clone for PKE_A[src]

impl Copy for PKE_A[src]

impl Debug for PKE_A[src]

impl From<PKE_A> for bool[src]

impl PartialEq<PKE_A> for PKE_A[src]

impl StructuralPartialEq for PKE_A[src]

Auto Trait Implementations

impl Send for PKE_A

impl Sync for PKE_A

impl Unpin for PKE_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.