[]Struct nucleo_f401re::adc1::cr2::_EXTSELW

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

Proxy

Methods

impl<'a> _EXTSELW<'a>

pub fn variant(self, variant: EXTSELW) -> &'a mut W

Writes variant to the field

pub fn tim1cc1(self) -> &'a mut W

Timer 1 CC1 event

pub fn tim1cc2(self) -> &'a mut W

Timer 1 CC2 event

pub fn tim1cc3(self) -> &'a mut W

Timer 1 CC3 event

pub fn tim2cc2(self) -> &'a mut W

Timer 2 CC2 event

pub fn tim2cc3(self) -> &'a mut W

Timer 2 CC3 event

pub fn tim2cc4(self) -> &'a mut W

Timer 2 CC4 event

pub fn tim2trgo(self) -> &'a mut W

Timer 2 TRGO event

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _EXTSELW<'a>

impl<'a> Sync for _EXTSELW<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self