[][src]Enum imxrt1062_enc1::ctrl2::OUTCTL_A

pub enum OUTCTL_A {
    OUTCTL_0,
    OUTCTL_1,
}

Output Control

Value on reset: 0

Variants

OUTCTL_0

0: POSMATCH pulses when a match occurs between the position counters (POS) and the compare value (COMP).

OUTCTL_1

1: POSMATCH pulses when the UPOS, LPOS, REV, or POSD registers are read.

Trait Implementations

impl Clone for OUTCTL_A[src]

impl Copy for OUTCTL_A[src]

impl Debug for OUTCTL_A[src]

impl From<OUTCTL_A> for bool[src]

impl PartialEq<OUTCTL_A> for OUTCTL_A[src]

impl StructuralPartialEq for OUTCTL_A[src]

Auto Trait Implementations

impl Send for OUTCTL_A

impl Sync for OUTCTL_A

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