[][src]Struct stm32h7::stm32h743v::adc3::cfgr2::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 rovse(&mut self) -> _ROVSEW[src]

Bit 0 - ADC oversampler enable on scope ADC group regular

pub fn jovse(&mut self) -> _JOVSEW[src]

Bit 1 - ADC oversampler enable on scope ADC group injected

pub fn ovss(&mut self) -> _OVSSW[src]

Bits 5:8 - ADC oversampling shift

pub fn trovs(&mut self) -> _TROVSW[src]

Bit 9 - ADC oversampling discontinuous mode (triggered mode) for ADC group regular

pub fn rovsm(&mut self) -> _ROVSMW[src]

Bit 10 - Regular Oversampling mode

pub fn rshift1(&mut self) -> _RSHIFT1W[src]

Bit 11 - Right-shift data after Offset 1 correction

pub fn rshift2(&mut self) -> _RSHIFT2W[src]

Bit 12 - Right-shift data after Offset 2 correction

pub fn rshift3(&mut self) -> _RSHIFT3W[src]

Bit 13 - Right-shift data after Offset 3 correction

pub fn rshift4(&mut self) -> _RSHIFT4W[src]

Bit 14 - Right-shift data after Offset 4 correction

pub fn osvr(&mut self) -> _OSVRW[src]

Bits 16:25 - Oversampling ratio

pub fn lshift(&mut self) -> _LSHIFTW[src]

Bits 28:31 - Left shift factor

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