[][src]Struct stm32h7::stm32h743::adc3::awd3cr::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 Self[src]

Writes raw bits to the register

pub fn awd3ch0(&mut self) -> _AWD3CH0W[src]

Bit 0 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch1(&mut self) -> _AWD3CH1W[src]

Bit 1 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch2(&mut self) -> _AWD3CH2W[src]

Bit 2 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch3(&mut self) -> _AWD3CH3W[src]

Bit 3 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch4(&mut self) -> _AWD3CH4W[src]

Bit 4 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch5(&mut self) -> _AWD3CH5W[src]

Bit 5 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch6(&mut self) -> _AWD3CH6W[src]

Bit 6 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch7(&mut self) -> _AWD3CH7W[src]

Bit 7 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch8(&mut self) -> _AWD3CH8W[src]

Bit 8 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch9(&mut self) -> _AWD3CH9W[src]

Bit 9 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch10(&mut self) -> _AWD3CH10W[src]

Bit 10 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch11(&mut self) -> _AWD3CH11W[src]

Bit 11 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch12(&mut self) -> _AWD3CH12W[src]

Bit 12 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch13(&mut self) -> _AWD3CH13W[src]

Bit 13 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch14(&mut self) -> _AWD3CH14W[src]

Bit 14 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch15(&mut self) -> _AWD3CH15W[src]

Bit 15 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch16(&mut self) -> _AWD3CH16W[src]

Bit 16 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch17(&mut self) -> _AWD3CH17W[src]

Bit 17 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch18(&mut self) -> _AWD3CH18W[src]

Bit 18 - ADC analog watchdog 3 monitored channel selection

pub fn awd3ch19(&mut self) -> _AWD3CH19W[src]

Bit 19 - ADC analog watchdog 3 monitored channel selection

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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