Struct gd32f1::gd32f170::adc::ctl1::ETSIC_W[][src]

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

Write proxy for field ETSIC

Implementations

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

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

Writes variant to the field

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

Timer 0 TRGO event

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

Timer 0 channel 3 event

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

Timer 1 TRGO event

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

Timer 1 channel 0 event

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

Timer 2 channel 3 event

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

Timer 14 TRGO event

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

EXTI line 15

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

SWICST

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for ETSIC_W<'a>

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

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