[]Struct nucleo_f042k6::adc::chselr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn chsel18(&self) -> CHSEL18R

Bit 18 - Channel-x selection

pub fn chsel17(&self) -> CHSEL17R

Bit 17 - Channel-x selection

pub fn chsel16(&self) -> CHSEL16R

Bit 16 - Channel-x selection

pub fn chsel15(&self) -> CHSEL15R

Bit 15 - Channel-x selection

pub fn chsel14(&self) -> CHSEL14R

Bit 14 - Channel-x selection

pub fn chsel13(&self) -> CHSEL13R

Bit 13 - Channel-x selection

pub fn chsel12(&self) -> CHSEL12R

Bit 12 - Channel-x selection

pub fn chsel11(&self) -> CHSEL11R

Bit 11 - Channel-x selection

pub fn chsel10(&self) -> CHSEL10R

Bit 10 - Channel-x selection

pub fn chsel9(&self) -> CHSEL9R

Bit 9 - Channel-x selection

pub fn chsel8(&self) -> CHSEL8R

Bit 8 - Channel-x selection

pub fn chsel7(&self) -> CHSEL7R

Bit 7 - Channel-x selection

pub fn chsel6(&self) -> CHSEL6R

Bit 6 - Channel-x selection

pub fn chsel5(&self) -> CHSEL5R

Bit 5 - Channel-x selection

pub fn chsel4(&self) -> CHSEL4R

Bit 4 - Channel-x selection

pub fn chsel3(&self) -> CHSEL3R

Bit 3 - Channel-x selection

pub fn chsel2(&self) -> CHSEL2R

Bit 2 - Channel-x selection

pub fn chsel1(&self) -> CHSEL1R

Bit 1 - Channel-x selection

pub fn chsel0(&self) -> CHSEL0R

Bit 0 - Channel-x selection

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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> From<T> for 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