[][src]Struct stm32h7::stm32h743::hrtim_tima::timadier5::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn dlyprtde(&self) -> DLYPRTDER[src]

Bit 30 - DLYPRTDE

pub fn rstde(&self) -> RSTDER[src]

Bit 29 - RSTDE

pub fn rstx2de(&self) -> RSTX2DER[src]

Bit 28 - RSTx2DE

pub fn setx2de(&self) -> SETX2DER[src]

Bit 27 - SETx2DE

pub fn rstx1de(&self) -> RSTX1DER[src]

Bit 26 - RSTx1DE

pub fn set1x_de(&self) -> SET1XDER[src]

Bit 25 - SET1xDE

pub fn cpt2de(&self) -> CPT2DER[src]

Bit 24 - CPT2DE

pub fn cpt1de(&self) -> CPT1DER[src]

Bit 23 - CPT1DE

pub fn updde(&self) -> UPDDER[src]

Bit 22 - UPDDE

pub fn repde(&self) -> REPDER[src]

Bit 20 - REPDE

pub fn cmp4de(&self) -> CMP4DER[src]

Bit 19 - CMP4DE

pub fn cmp3de(&self) -> CMP3DER[src]

Bit 18 - CMP3DE

pub fn cmp2de(&self) -> CMP2DER[src]

Bit 17 - CMP2DE

pub fn cmp1de(&self) -> CMP1DER[src]

Bit 16 - CMP1DE

pub fn dlyprtie(&self) -> DLYPRTIER[src]

Bit 14 - DLYPRTIE

pub fn rstie(&self) -> RSTIER[src]

Bit 13 - RSTIE

pub fn rstx2ie(&self) -> RSTX2IER[src]

Bit 12 - RSTx2IE

pub fn setx2ie(&self) -> SETX2IER[src]

Bit 11 - SETx2IE

pub fn rstx1ie(&self) -> RSTX1IER[src]

Bit 10 - RSTx1IE

pub fn set1x_ie(&self) -> SET1XIER[src]

Bit 9 - SET1xIE

pub fn cpt2ie(&self) -> CPT2IER[src]

Bit 8 - CPT2IE

pub fn cpt1ie(&self) -> CPT1IER[src]

Bit 7 - CPT1IE

pub fn updie(&self) -> UPDIER[src]

Bit 6 - UPDIE

pub fn repie(&self) -> REPIER[src]

Bit 4 - REPIE

pub fn cmp4ie(&self) -> CMP4IER[src]

Bit 3 - CMP4IE

pub fn cmp3ie(&self) -> CMP3IER[src]

Bit 2 - CMP3IE

pub fn cmp2ie(&self) -> CMP2IER[src]

Bit 1 - CMP2IE

pub fn cmp1ie(&self) -> CMP1IER[src]

Bit 0 - CMP1IE

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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