[][src]Struct stm32h7::stm32h743v::adc3::awd2cr::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 awd2ch0(&self) -> AWD2CH0R[src]

Bit 0 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch1(&self) -> AWD2CH1R[src]

Bit 1 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch2(&self) -> AWD2CH2R[src]

Bit 2 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch3(&self) -> AWD2CH3R[src]

Bit 3 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch4(&self) -> AWD2CH4R[src]

Bit 4 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch5(&self) -> AWD2CH5R[src]

Bit 5 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch6(&self) -> AWD2CH6R[src]

Bit 6 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch7(&self) -> AWD2CH7R[src]

Bit 7 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch8(&self) -> AWD2CH8R[src]

Bit 8 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch9(&self) -> AWD2CH9R[src]

Bit 9 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch10(&self) -> AWD2CH10R[src]

Bit 10 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch11(&self) -> AWD2CH11R[src]

Bit 11 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch12(&self) -> AWD2CH12R[src]

Bit 12 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch13(&self) -> AWD2CH13R[src]

Bit 13 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch14(&self) -> AWD2CH14R[src]

Bit 14 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch15(&self) -> AWD2CH15R[src]

Bit 15 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch16(&self) -> AWD2CH16R[src]

Bit 16 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch17(&self) -> AWD2CH17R[src]

Bit 17 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch18(&self) -> AWD2CH18R[src]

Bit 18 - ADC analog watchdog 2 monitored channel selection

pub fn awd2ch19(&self) -> AWD2CH19R[src]

Bit 19 - ADC analog watchdog 2 monitored channel selection

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