[][src]Enum imxrt1062_pwm1::sm::smcaptctrlb::EDGB1_A

#[repr(u8)]
pub enum EDGB1_A {
    EDGB1_0,
    EDGB1_1,
    EDGB1_2,
    EDGB1_3,
}

Edge B 1

Value on reset: 0

Variants

EDGB1_0

0: Disabled

EDGB1_1

1: Capture falling edges

EDGB1_2

2: Capture rising edges

EDGB1_3

3: Capture any edge

Trait Implementations

impl Clone for EDGB1_A[src]

impl Copy for EDGB1_A[src]

impl Debug for EDGB1_A[src]

impl From<EDGB1_A> for u8[src]

impl PartialEq<EDGB1_A> for EDGB1_A[src]

impl StructuralPartialEq for EDGB1_A[src]

Auto Trait Implementations

impl Send for EDGB1_A

impl Sync for EDGB1_A

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