[][src]Struct stm32h7::stm32h743::adc3::difsel::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 difsel0(&self) -> DIFSEL0R[src]

Bit 0 - ADC channel differential or single-ended mode for channel

pub fn difsel1(&self) -> DIFSEL1R[src]

Bit 1 - ADC channel differential or single-ended mode for channel

pub fn difsel2(&self) -> DIFSEL2R[src]

Bit 2 - ADC channel differential or single-ended mode for channel

pub fn difsel3(&self) -> DIFSEL3R[src]

Bit 3 - ADC channel differential or single-ended mode for channel

pub fn difsel4(&self) -> DIFSEL4R[src]

Bit 4 - ADC channel differential or single-ended mode for channel

pub fn difsel5(&self) -> DIFSEL5R[src]

Bit 5 - ADC channel differential or single-ended mode for channel

pub fn difsel6(&self) -> DIFSEL6R[src]

Bit 6 - ADC channel differential or single-ended mode for channel

pub fn difsel7(&self) -> DIFSEL7R[src]

Bit 7 - ADC channel differential or single-ended mode for channel

pub fn difsel8(&self) -> DIFSEL8R[src]

Bit 8 - ADC channel differential or single-ended mode for channel

pub fn difsel9(&self) -> DIFSEL9R[src]

Bit 9 - ADC channel differential or single-ended mode for channel

pub fn difsel10(&self) -> DIFSEL10R[src]

Bit 10 - ADC channel differential or single-ended mode for channel

pub fn difsel11(&self) -> DIFSEL11R[src]

Bit 11 - ADC channel differential or single-ended mode for channel

pub fn difsel12(&self) -> DIFSEL12R[src]

Bit 12 - ADC channel differential or single-ended mode for channel

pub fn difsel13(&self) -> DIFSEL13R[src]

Bit 13 - ADC channel differential or single-ended mode for channel

pub fn difsel14(&self) -> DIFSEL14R[src]

Bit 14 - ADC channel differential or single-ended mode for channel

pub fn difsel15(&self) -> DIFSEL15R[src]

Bit 15 - ADC channel differential or single-ended mode for channel

pub fn difsel16(&self) -> DIFSEL16R[src]

Bit 16 - ADC channel differential or single-ended mode for channel

pub fn difsel17(&self) -> DIFSEL17R[src]

Bit 17 - ADC channel differential or single-ended mode for channel

pub fn difsel18(&self) -> DIFSEL18R[src]

Bit 18 - ADC channel differential or single-ended mode for channel

pub fn difsel19(&self) -> DIFSEL19R[src]

Bit 19 - ADC channel differential or single-ended mode for channel

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync 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