[][src]Struct stm32h7::stm32h743v::adc3::cr::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 adcal(&mut self) -> _ADCALW[src]

Bit 31 - ADC calibration

pub fn adcaldif(&mut self) -> _ADCALDIFW[src]

Bit 30 - ADC differential mode for calibration

pub fn deeppwd(&mut self) -> _DEEPPWDW[src]

Bit 29 - ADC deep power down enable

pub fn advregen(&mut self) -> _ADVREGENW[src]

Bit 28 - ADC voltage regulator enable

pub fn lincalrdyw6(&mut self) -> _LINCALRDYW6W[src]

Bit 27 - Linearity calibration ready Word 6

pub fn lincalrdyw5(&mut self) -> _LINCALRDYW5W[src]

Bit 26 - Linearity calibration ready Word 5

pub fn lincalrdyw4(&mut self) -> _LINCALRDYW4W[src]

Bit 25 - Linearity calibration ready Word 4

pub fn lincalrdyw3(&mut self) -> _LINCALRDYW3W[src]

Bit 24 - Linearity calibration ready Word 3

pub fn lincalrdyw2(&mut self) -> _LINCALRDYW2W[src]

Bit 23 - Linearity calibration ready Word 2

pub fn lincalrdyw1(&mut self) -> _LINCALRDYW1W[src]

Bit 22 - Linearity calibration ready Word 1

pub fn adcallin(&mut self) -> _ADCALLINW[src]

Bit 16 - Linearity calibration

pub fn boost(&mut self) -> _BOOSTW[src]

Bits 8:9 - Boost mode control

pub fn jadstp(&mut self) -> _JADSTPW[src]

Bit 5 - ADC group injected conversion stop

pub fn adstp(&mut self) -> _ADSTPW[src]

Bit 4 - ADC group regular conversion stop

pub fn jadstart(&mut self) -> _JADSTARTW[src]

Bit 3 - ADC group injected conversion start

pub fn adstart(&mut self) -> _ADSTARTW[src]

Bit 2 - ADC group regular conversion start

pub fn addis(&mut self) -> _ADDISW[src]

Bit 1 - ADC disable

pub fn aden(&mut self) -> _ADENW[src]

Bit 0 - ADC enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

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