[][src]Enum imxrt1062_xbara1::ctrl0::EDGE0_A

#[repr(u8)]pub enum EDGE0_A {
    EDGE0_0,
    EDGE0_1,
    EDGE0_2,
    EDGE0_3,
}

Active edge for edge detection on XBAR_OUT0

Value on reset: 0

Variants

EDGE0_0

0: STS0 never asserts

EDGE0_1

1: STS0 asserts on rising edges of XBAR_OUT0

EDGE0_2

2: STS0 asserts on falling edges of XBAR_OUT0

EDGE0_3

3: STS0 asserts on rising and falling edges of XBAR_OUT0

Trait Implementations

impl Clone for EDGE0_A[src]

impl Copy for EDGE0_A[src]

impl Debug for EDGE0_A[src]

impl From<EDGE0_A> for u8[src]

impl PartialEq<EDGE0_A> for EDGE0_A[src]

impl StructuralPartialEq for EDGE0_A[src]

Auto Trait Implementations

impl Send for EDGE0_A

impl Sync for EDGE0_A

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