[][src]Enum imxrt1062_pwm1::sm::smdmaen::CAPTDE_A

#[repr(u8)]pub enum CAPTDE_A {
    CAPTDE_0,
    CAPTDE_1,
    CAPTDE_2,
    CAPTDE_3,
}

Capture DMA Enable Source Select

Value on reset: 0

Variants

CAPTDE_0

0: Read DMA requests disabled.

CAPTDE_1

1: Exceeding a FIFO watermark sets the DMA read request. This requires at least one of DMAEN[CA1DE], DMAEN[CA0DE], DMAEN[CB1DE], DMAEN[CB0DE], DMAEN[CX1DE], or DMAEN[CX0DE] to also be set in order to determine to which watermark(s) the DMA request is sensitive.

CAPTDE_2

2: A local sync (VAL1 matches counter) sets the read DMA request.

CAPTDE_3

3: A local reload (STS[RF] being set) sets the read DMA request.

Trait Implementations

impl Clone for CAPTDE_A[src]

impl Copy for CAPTDE_A[src]

impl Debug for CAPTDE_A[src]

impl From<CAPTDE_A> for u8[src]

impl PartialEq<CAPTDE_A> for CAPTDE_A[src]

impl StructuralPartialEq for CAPTDE_A[src]

Auto Trait Implementations

impl Send for CAPTDE_A

impl Sync for CAPTDE_A

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