[][src]Struct stm32f0xx_hal::pac::tim3::smcr::TS_W

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

Write proxy for field TS

Implementations

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

pub fn variant(self, variant: TS_A) -> &'a mut W<u32, Reg<u32, _SMCR>>[src]

Writes variant to the field

pub fn itr0(self) -> &'a mut W<u32, Reg<u32, _SMCR>>[src]

Internal Trigger 0 (ITR0)

pub fn itr1(self) -> &'a mut W<u32, Reg<u32, _SMCR>>[src]

Internal Trigger 1 (ITR1)

pub fn itr2(self) -> &'a mut W<u32, Reg<u32, _SMCR>>[src]

Internal Trigger 2 (ITR2)

pub fn ti1f_ed(self) -> &'a mut W<u32, Reg<u32, _SMCR>>[src]

TI1 Edge Detector (TI1F_ED)

pub fn ti1fp1(self) -> &'a mut W<u32, Reg<u32, _SMCR>>[src]

Filtered Timer Input 1 (TI1FP1)

pub fn ti2fp2(self) -> &'a mut W<u32, Reg<u32, _SMCR>>[src]

Filtered Timer Input 2 (TI2FP2)

pub fn etrf(self) -> &'a mut W<u32, Reg<u32, _SMCR>>[src]

External Trigger input (ETRF)

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for TS_W<'a>

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

impl<'a> Unpin for TS_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> Same<T> for T

type Output = T

Should always be Self

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.