[][src]Struct stm32h7::stm32h743::hrtim_tima::cpt2acr::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 tecmp2(&self) -> TECMP2R[src]

Bit 31 - Timer E Compare 2

pub fn tecmp1(&self) -> TECMP1R[src]

Bit 30 - Timer E Compare 1

pub fn te1rst(&self) -> TE1RSTR[src]

Bit 29 - Timer E output 1 Reset

pub fn te1set(&self) -> TE1SETR[src]

Bit 28 - Timer E output 1 Set

pub fn tdcmp2(&self) -> TDCMP2R[src]

Bit 27 - Timer D Compare 2

pub fn tdcmp1(&self) -> TDCMP1R[src]

Bit 26 - Timer D Compare 1

pub fn td1rst(&self) -> TD1RSTR[src]

Bit 25 - Timer D output 1 Reset

pub fn td1set(&self) -> TD1SETR[src]

Bit 24 - Timer D output 1 Set

pub fn tccmp2(&self) -> TCCMP2R[src]

Bit 23 - Timer C Compare 2

pub fn tccmp1(&self) -> TCCMP1R[src]

Bit 22 - Timer C Compare 1

pub fn tc1rst(&self) -> TC1RSTR[src]

Bit 21 - Timer C output 1 Reset

pub fn tc1set(&self) -> TC1SETR[src]

Bit 20 - Timer C output 1 Set

pub fn tbcmp2(&self) -> TBCMP2R[src]

Bit 19 - Timer B Compare 2

pub fn tbcmp1(&self) -> TBCMP1R[src]

Bit 18 - Timer B Compare 1

pub fn tb1rst(&self) -> TB1RSTR[src]

Bit 17 - Timer B output 1 Reset

pub fn tb1set(&self) -> TB1SETR[src]

Bit 16 - Timer B output 1 Set

pub fn exev10cpt(&self) -> EXEV10CPTR[src]

Bit 11 - External Event 10 Capture

pub fn exev9cpt(&self) -> EXEV9CPTR[src]

Bit 10 - External Event 9 Capture

pub fn exev8cpt(&self) -> EXEV8CPTR[src]

Bit 9 - External Event 8 Capture

pub fn exev7cpt(&self) -> EXEV7CPTR[src]

Bit 8 - External Event 7 Capture

pub fn exev6cpt(&self) -> EXEV6CPTR[src]

Bit 7 - External Event 6 Capture

pub fn exev5cpt(&self) -> EXEV5CPTR[src]

Bit 6 - External Event 5 Capture

pub fn exev4cpt(&self) -> EXEV4CPTR[src]

Bit 5 - External Event 4 Capture

pub fn exev3cpt(&self) -> EXEV3CPTR[src]

Bit 4 - External Event 3 Capture

pub fn exev2cpt(&self) -> EXEV2CPTR[src]

Bit 3 - External Event 2 Capture

pub fn exev1cpt(&self) -> EXEV1CPTR[src]

Bit 2 - External Event 1 Capture

pub fn udpcpt(&self) -> UDPCPTR[src]

Bit 1 - Update Capture

pub fn swcpt(&self) -> SWCPTR[src]

Bit 0 - Software Capture

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