[][src]Struct stm32h7::stm32h743v::hrtim_common::disr::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 te2odis(&mut self) -> _TE2ODISW[src]

Bit 9 - TE2ODIS

pub fn te1odis(&mut self) -> _TE1ODISW[src]

Bit 8 - TE1ODIS

pub fn td2odis(&mut self) -> _TD2ODISW[src]

Bit 7 - TD2ODIS

pub fn td1odis(&mut self) -> _TD1ODISW[src]

Bit 6 - TD1ODIS

pub fn tc2odis(&mut self) -> _TC2ODISW[src]

Bit 5 - TC2ODIS

pub fn tc1odis(&mut self) -> _TC1ODISW[src]

Bit 4 - TC1ODIS

pub fn tb2odis(&mut self) -> _TB2ODISW[src]

Bit 3 - TB2ODIS

pub fn tb1odis(&mut self) -> _TB1ODISW[src]

Bit 2 - TB1ODIS

pub fn ta2odis(&mut self) -> _TA2ODISW[src]

Bit 1 - TA2ODIS

pub fn ta1odis(&mut self) -> _TA1ODISW[src]

Bit 0 - TA1ODIS

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