[][src]Struct stm32h7::stm32h743v::hrtim_tima::rsta1r::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 update(&self) -> UPDATER[src]

Bit 31 - UPDATE

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

Bit 30 - EXTEVNT10

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

Bit 29 - EXTEVNT9

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

Bit 28 - EXTEVNT8

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

Bit 27 - EXTEVNT7

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

Bit 26 - EXTEVNT6

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

Bit 25 - EXTEVNT5

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

Bit 24 - EXTEVNT4

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

Bit 23 - EXTEVNT3

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

Bit 22 - EXTEVNT2

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

Bit 21 - EXTEVNT1

pub fn timevnt9(&self) -> TIMEVNT9R[src]

Bit 20 - TIMEVNT9

pub fn timevnt8(&self) -> TIMEVNT8R[src]

Bit 19 - TIMEVNT8

pub fn timevnt7(&self) -> TIMEVNT7R[src]

Bit 18 - TIMEVNT7

pub fn timevnt6(&self) -> TIMEVNT6R[src]

Bit 17 - TIMEVNT6

pub fn timevnt5(&self) -> TIMEVNT5R[src]

Bit 16 - TIMEVNT5

pub fn timevnt4(&self) -> TIMEVNT4R[src]

Bit 15 - TIMEVNT4

pub fn timevnt3(&self) -> TIMEVNT3R[src]

Bit 14 - TIMEVNT3

pub fn timevnt2(&self) -> TIMEVNT2R[src]

Bit 13 - TIMEVNT2

pub fn timevnt1(&self) -> TIMEVNT1R[src]

Bit 12 - TIMEVNT1

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

Bit 11 - MSTCMP4

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

Bit 10 - MSTCMP3

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

Bit 9 - MSTCMP2

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

Bit 8 - MSTCMP1

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

Bit 7 - MSTPER

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

Bit 6 - CMP4

pub fn cmp3(&self) -> CMP3R[src]

Bit 5 - CMP3

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

Bit 4 - CMP2

pub fn cmp1(&self) -> CMP1R[src]

Bit 3 - CMP1

pub fn per(&self) -> PERR[src]

Bit 2 - PER

pub fn resync(&self) -> RESYNCR[src]

Bit 1 - RESYNC

pub fn srt(&self) -> SRTR[src]

Bit 0 - SRT

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