[][src]Struct stm32h7::stm32h743::hrtim_timc::rstcr::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 timecmp4(&self) -> TIMECMP4R[src]

Bit 30 - Timer E Compare 4

pub fn timecmp2(&self) -> TIMECMP2R[src]

Bit 29 - Timer E Compare 2

pub fn timecmp1(&self) -> TIMECMP1R[src]

Bit 28 - Timer E Compare 1

pub fn timdcmp4(&self) -> TIMDCMP4R[src]

Bit 27 - Timer D Compare 4

pub fn timdcmp2(&self) -> TIMDCMP2R[src]

Bit 26 - Timer D Compare 2

pub fn timdcmp1(&self) -> TIMDCMP1R[src]

Bit 25 - Timer D Compare 1

pub fn timbcmp4(&self) -> TIMBCMP4R[src]

Bit 24 - Timer B Compare 4

pub fn timbcmp2(&self) -> TIMBCMP2R[src]

Bit 23 - Timer B Compare 2

pub fn timbcmp1(&self) -> TIMBCMP1R[src]

Bit 22 - Timer B Compare 1

pub fn timacmp4(&self) -> TIMACMP4R[src]

Bit 21 - Timer A Compare 4

pub fn timacmp2(&self) -> TIMACMP2R[src]

Bit 20 - Timer A Compare 2

pub fn timacmp1(&self) -> TIMACMP1R[src]

Bit 19 - Timer A Compare 1

pub fn extevnt10(&self) -> EXTEVNT10R[src]

Bit 18 - External Event 10

pub fn extevnt9(&self) -> EXTEVNT9R[src]

Bit 17 - External Event 9

pub fn extevnt8(&self) -> EXTEVNT8R[src]

Bit 16 - External Event 8

pub fn extevnt7(&self) -> EXTEVNT7R[src]

Bit 15 - External Event 7

pub fn extevnt6(&self) -> EXTEVNT6R[src]

Bit 14 - External Event 6

pub fn extevnt5(&self) -> EXTEVNT5R[src]

Bit 13 - External Event 5

pub fn extevnt4(&self) -> EXTEVNT4R[src]

Bit 12 - External Event 4

pub fn extevnt3(&self) -> EXTEVNT3R[src]

Bit 11 - External Event 3

pub fn extevnt2(&self) -> EXTEVNT2R[src]

Bit 10 - External Event 2

pub fn extevnt1(&self) -> EXTEVNT1R[src]

Bit 9 - External Event 1

pub fn mstcmp4(&self) -> MSTCMP4R[src]

Bit 8 - Master compare 4

pub fn mstcmp3(&self) -> MSTCMP3R[src]

Bit 7 - Master compare 3

pub fn mstcmp2(&self) -> MSTCMP2R[src]

Bit 6 - Master compare 2

pub fn mstcmp1(&self) -> MSTCMP1R[src]

Bit 5 - Master compare 1

pub fn mstper(&self) -> MSTPERR[src]

Bit 4 - Master timer Period

pub fn cmp4(&self) -> CMP4R[src]

Bit 3 - Timer A compare 4 reset

pub fn cmp2(&self) -> CMP2R[src]

Bit 2 - Timer A compare 2 reset

pub fn updt(&self) -> UPDTR[src]

Bit 1 - Timer A Update reset

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