[][src]Struct stm32l0xx_hal::pac::adc::chselr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn chsel18(&mut self) -> _CHSEL18W[src]

Bit 18 - Channel-x selection

pub fn chsel17(&mut self) -> _CHSEL17W[src]

Bit 17 - Channel-x selection

pub fn chsel16(&mut self) -> _CHSEL16W[src]

Bit 16 - Channel-x selection

pub fn chsel15(&mut self) -> _CHSEL15W[src]

Bit 15 - Channel-x selection

pub fn chsel14(&mut self) -> _CHSEL14W[src]

Bit 14 - Channel-x selection

pub fn chsel13(&mut self) -> _CHSEL13W[src]

Bit 13 - Channel-x selection

pub fn chsel12(&mut self) -> _CHSEL12W[src]

Bit 12 - Channel-x selection

pub fn chsel11(&mut self) -> _CHSEL11W[src]

Bit 11 - Channel-x selection

pub fn chsel10(&mut self) -> _CHSEL10W[src]

Bit 10 - Channel-x selection

pub fn chsel9(&mut self) -> _CHSEL9W[src]

Bit 9 - Channel-x selection

pub fn chsel8(&mut self) -> _CHSEL8W[src]

Bit 8 - Channel-x selection

pub fn chsel7(&mut self) -> _CHSEL7W[src]

Bit 7 - Channel-x selection

pub fn chsel6(&mut self) -> _CHSEL6W[src]

Bit 6 - Channel-x selection

pub fn chsel5(&mut self) -> _CHSEL5W[src]

Bit 5 - Channel-x selection

pub fn chsel4(&mut self) -> _CHSEL4W[src]

Bit 4 - Channel-x selection

pub fn chsel3(&mut self) -> _CHSEL3W[src]

Bit 3 - Channel-x selection

pub fn chsel2(&mut self) -> _CHSEL2W[src]

Bit 2 - Channel-x selection

pub fn chsel1(&mut self) -> _CHSEL1W[src]

Bit 1 - Channel-x selection

pub fn chsel0(&mut self) -> _CHSEL0W[src]

Bit 0 - Channel-x selection

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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