[][src]Struct stm32l0xx_hal::device::adc::chselr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 18 - Channel-x selection

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

Bit 17 - Channel-x selection

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

Bit 16 - Channel-x selection

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

Bit 15 - Channel-x selection

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

Bit 14 - Channel-x selection

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

Bit 13 - Channel-x selection

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

Bit 12 - Channel-x selection

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

Bit 11 - Channel-x selection

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

Bit 10 - Channel-x selection

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

Bit 9 - Channel-x selection

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

Bit 8 - Channel-x selection

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

Bit 7 - Channel-x selection

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

Bit 6 - Channel-x selection

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

Bit 5 - Channel-x selection

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

Bit 4 - Channel-x selection

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

Bit 3 - Channel-x selection

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

Bit 2 - Channel-x selection

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

Bit 1 - Channel-x selection

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

Bit 0 - Channel-x selection

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

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