[][src]Struct stm32h7::stm32h743v::hrtim_common::bdtx_upr::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 timx_fltr(&self) -> TIMXFLTRR[src]

Bit 20 - HRTIM_FLTxR register update enable

pub fn timx_outr(&self) -> TIMXOUTRR[src]

Bit 19 - HRTIM_OUTxR register update enable

pub fn timx_chpr(&self) -> TIMXCHPRR[src]

Bit 18 - HRTIM_CHPxR register update enable

pub fn timx_rstr(&self) -> TIMXRSTRR[src]

Bit 17 - HRTIM_RSTxR register update enable

pub fn timx_eefr2(&self) -> TIMXEEFR2R[src]

Bit 16 - HRTIM_EEFxR2 register update enable

pub fn timx_eefr1(&self) -> TIMXEEFR1R[src]

Bit 15 - HRTIM_EEFxR1 register update enable

pub fn timx_rst2r(&self) -> TIMXRST2RR[src]

Bit 14 - HRTIM_RST2xR register update enable

pub fn timx_set2r(&self) -> TIMXSET2RR[src]

Bit 13 - HRTIM_SET2xR register update enable

pub fn timx_rst1r(&self) -> TIMXRST1RR[src]

Bit 12 - HRTIM_RST1xR register update enable

pub fn timx_set1r(&self) -> TIMXSET1RR[src]

Bit 11 - HRTIM_SET1xR register update enable

pub fn timx_dtx_r(&self) -> TIMX_DTXRR[src]

Bit 10 - HRTIM_DTxR register update enable

pub fn timx_cmp4(&self) -> TIMXCMP4R[src]

Bit 9 - HRTIM_CMP4xR register update enable

pub fn timx_cmp3(&self) -> TIMXCMP3R[src]

Bit 8 - HRTIM_CMP3xR register update enable

pub fn timx_cmp2(&self) -> TIMXCMP2R[src]

Bit 7 - HRTIM_CMP2xR register update enable

pub fn timx_cmp1(&self) -> TIMXCMP1R[src]

Bit 6 - HRTIM_CMP1xR register update enable

pub fn timx_rep(&self) -> TIMXREPR[src]

Bit 5 - HRTIM_REPxR register update enable

pub fn timx_per(&self) -> TIMXPERR[src]

Bit 4 - HRTIM_PERxR register update enable

pub fn timx_cnt(&self) -> TIMXCNTR[src]

Bit 3 - HRTIM_CNTxR register update enable

pub fn timx_dier(&self) -> TIMXDIERR[src]

Bit 2 - HRTIM_TIMxDIER register update enable

pub fn timx_icr(&self) -> TIMXICRR[src]

Bit 1 - HRTIM_TIMxICR register update enable

pub fn timx_cr(&self) -> TIMXCRR[src]

Bit 0 - HRTIM_TIMxCR register update enable

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