[][src]Struct stm32l0xx_hal::pac::adc::cfgr1::_EXTSELW

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

Proxy

Methods

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

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

Writes variant to the field

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

Timer 6 TRGO event

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

Timer 21 CH2 event

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

Timer 2 TRGO event

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

Timer 2 CH4 event

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

Timer 22 TRGO, Timer 21 TRGO event

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

Timer 2 CH3 event

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

Timer 3 TRGO event

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

EXTI line 11 event

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _EXTSELW<'a>

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

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

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self