[][src]Enum imxrt1062_enc1::ctrl::HNE_A

pub enum HNE_A {
    HNE_0,
    HNE_1,
}

Use Negative Edge of HOME Input

Value on reset: 0

Variants

HNE_0

0: Use positive going edge-to-trigger initialization of position counters UPOS and LPOS

HNE_1

1: Use negative going edge-to-trigger initialization of position counters UPOS and LPOS

Trait Implementations

impl Clone for HNE_A[src]

impl Copy for HNE_A[src]

impl Debug for HNE_A[src]

impl From<HNE_A> for bool[src]

impl PartialEq<HNE_A> for HNE_A[src]

impl StructuralPartialEq for HNE_A[src]

Auto Trait Implementations

impl Send for HNE_A

impl Sync for HNE_A

impl Unpin for HNE_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.