[][src]Struct stm32l0xx_hal::stm32::adc::cfgr1::EXTSEL_W

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

Write proxy for field EXTSEL

Methods

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

pub fn variant(self, variant: EXTSEL_A) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

Writes variant to the field

pub fn tim6_trgo(self) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

Timer 6 TRGO event

pub fn tim21_ch2(self) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

Timer 21 CH2 event

pub fn tim2_trgo(self) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

Timer 2 TRGO event

pub fn tim2_ch4(self) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

Timer 2 CH4 event

pub fn tim22_trgo(self) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

Timer 22 TRGO, Timer 21 TRGO event

pub fn tim2_ch3(self) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

Timer 2 CH3 event

pub fn tim3_trgo(self) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

Timer 3 TRGO event

pub fn exti_line11(self) -> &'a mut W<u32, Reg<u32, _CFGR1>>[src]

EXTI line 11 event

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for EXTSEL_W<'a>

impl<'a> Send for EXTSEL_W<'a>

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

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = !

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