[][src]Struct stm32h7::stm32h743v::hrtim_common::adc3r::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 ad1teper(&mut self) -> _AD1TEPERW[src]

Bit 31 - AD1TEPER

pub fn ad1tec4(&mut self) -> _AD1TEC4W[src]

Bit 30 - AD1TEC4

pub fn ad1tec3(&mut self) -> _AD1TEC3W[src]

Bit 29 - AD1TEC3

pub fn ad1tec2(&mut self) -> _AD1TEC2W[src]

Bit 28 - AD1TEC2

pub fn ad1tdper(&mut self) -> _AD1TDPERW[src]

Bit 27 - AD1TDPER

pub fn ad1tdc4(&mut self) -> _AD1TDC4W[src]

Bit 26 - AD1TDC4

pub fn ad1tdc3(&mut self) -> _AD1TDC3W[src]

Bit 25 - AD1TDC3

pub fn ad1tdc2(&mut self) -> _AD1TDC2W[src]

Bit 24 - AD1TDC2

pub fn ad1tcper(&mut self) -> _AD1TCPERW[src]

Bit 23 - AD1TCPER

pub fn ad1tcc4(&mut self) -> _AD1TCC4W[src]

Bit 22 - AD1TCC4

pub fn ad1tcc3(&mut self) -> _AD1TCC3W[src]

Bit 21 - AD1TCC3

pub fn ad1tcc2(&mut self) -> _AD1TCC2W[src]

Bit 20 - AD1TCC2

pub fn ad1tbrst(&mut self) -> _AD1TBRSTW[src]

Bit 19 - AD1TBRST

pub fn ad1tbper(&mut self) -> _AD1TBPERW[src]

Bit 18 - AD1TBPER

pub fn ad1tbc4(&mut self) -> _AD1TBC4W[src]

Bit 17 - AD1TBC4

pub fn ad1tbc3(&mut self) -> _AD1TBC3W[src]

Bit 16 - AD1TBC3

pub fn ad1tbc2(&mut self) -> _AD1TBC2W[src]

Bit 15 - AD1TBC2

pub fn ad1tarst(&mut self) -> _AD1TARSTW[src]

Bit 14 - AD1TARST

pub fn ad1taper(&mut self) -> _AD1TAPERW[src]

Bit 13 - AD1TAPER

pub fn ad1tac4(&mut self) -> _AD1TAC4W[src]

Bit 12 - AD1TAC4

pub fn ad1tac3(&mut self) -> _AD1TAC3W[src]

Bit 11 - AD1TAC3

pub fn ad1tac2(&mut self) -> _AD1TAC2W[src]

Bit 10 - AD1TAC2

pub fn ad1eev5(&mut self) -> _AD1EEV5W[src]

Bit 9 - AD1EEV5

pub fn ad1eev4(&mut self) -> _AD1EEV4W[src]

Bit 8 - AD1EEV4

pub fn ad1eev3(&mut self) -> _AD1EEV3W[src]

Bit 7 - AD1EEV3

pub fn ad1eev2(&mut self) -> _AD1EEV2W[src]

Bit 6 - AD1EEV2

pub fn ad1eev1(&mut self) -> _AD1EEV1W[src]

Bit 5 - AD1EEV1

pub fn ad1mper(&mut self) -> _AD1MPERW[src]

Bit 4 - AD1MPER

pub fn ad1mc4(&mut self) -> _AD1MC4W[src]

Bit 3 - AD1MC4

pub fn ad1mc3(&mut self) -> _AD1MC3W[src]

Bit 2 - AD1MC3

pub fn ad1mc2(&mut self) -> _AD1MC2W[src]

Bit 1 - AD1MC2

pub fn ad1mc1(&mut self) -> _AD1MC1W[src]

Bit 0 - AD1MC1

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