[][src]Enum imxrt1062_pwm1::sm::smcaptctrlx::EDGX1_A

#[repr(u8)]
pub enum EDGX1_A {
    EDGX1_0,
    EDGX1_1,
    EDGX1_2,
    EDGX1_3,
}

Edge X 1

Value on reset: 0

Variants

EDGX1_0

0: Disabled

EDGX1_1

1: Capture falling edges

EDGX1_2

2: Capture rising edges

EDGX1_3

3: Capture any edge

Trait Implementations

impl Clone for EDGX1_A[src]

impl Copy for EDGX1_A[src]

impl Debug for EDGX1_A[src]

impl From<EDGX1_A> for u8[src]

impl PartialEq<EDGX1_A> for EDGX1_A[src]

impl StructuralPartialEq for EDGX1_A[src]

Auto Trait Implementations

impl Send for EDGX1_A

impl Sync for EDGX1_A

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