Struct gd32f1::gd32f170::timer0::smcfg::TRGS_W[][src]

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

Write proxy for field TRGS

Implementations

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

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

Writes variant to the field

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

Internal Trigger 0 (ITI0)

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

Internal Trigger 1 (ITI1)

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

Internal Trigger 2 (ITI2)

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

CI0 Edge Detector (CI0F_ED)

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

Filtered Timer Input 0 (CI0FE0)

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

Filtered Timer Input 1 (CI1FE1)

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

External Trigger input (ETIFP)

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for TRGS_W<'a>

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

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