[][src]Struct imxrt1062_pwm1::sm::smdmaen::CAPTDE_W

pub struct CAPTDE_W<'a> { /* fields omitted */ }

Write proxy for field CAPTDE

Methods

impl<'a> CAPTDE_W<'a>[src]

pub fn variant(self, variant: CAPTDE_A) -> &'a mut W[src]

Writes variant to the field

pub fn captde_0(self) -> &'a mut W[src]

Read DMA requests disabled.

pub fn captde_1(self) -> &'a mut W[src]

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.

pub fn captde_2(self) -> &'a mut W[src]

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

pub fn captde_3(self) -> &'a mut W[src]

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

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CAPTDE_W<'a>

impl<'a> !Sync for CAPTDE_W<'a>

impl<'a> Unpin for CAPTDE_W<'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.