Struct stm32f1::stm32f107::adc3::cr2::JEXTSEL_W[][src]

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

Write proxy for field JEXTSEL

Implementations

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

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

Writes variant to the field

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

Timer 1 TRGO event

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

Timer 1 CC4 event

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

Timer 4 CC3 event

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

Timer 8 CC2 event

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

Timer 8 CC4 event

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

Timer 5 TRGO event

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

Timer 5 CC4 event

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

JSWSTART

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for JEXTSEL_W<'a>[src]

impl<'a> !Sync for JEXTSEL_W<'a>[src]

impl<'a> Unpin for JEXTSEL_W<'a>[src]

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.