[][src]Struct stm32h7::stm32h743v::hrtim_timc::timcisr::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 o2stat(&self) -> O2STATR[src]

Bit 19 - Output 2 State

pub fn o1stat(&self) -> O1STATR[src]

Bit 18 - Output 1 State

pub fn ippstat(&self) -> IPPSTATR[src]

Bit 17 - Idle Push Pull Status

pub fn cppstat(&self) -> CPPSTATR[src]

Bit 16 - Current Push Pull Status

pub fn dlyprt(&self) -> DLYPRTR[src]

Bit 14 - Delayed Protection Flag

pub fn rst(&self) -> RSTR[src]

Bit 13 - Reset Interrupt Flag

pub fn rstx2(&self) -> RSTX2R[src]

Bit 12 - Output 2 Reset Interrupt Flag

pub fn setx2(&self) -> SETX2R[src]

Bit 11 - Output 2 Set Interrupt Flag

pub fn rstx1(&self) -> RSTX1R[src]

Bit 10 - Output 1 Reset Interrupt Flag

pub fn setx1(&self) -> SETX1R[src]

Bit 9 - Output 1 Set Interrupt Flag

pub fn cpt2(&self) -> CPT2R[src]

Bit 8 - Capture2 Interrupt Flag

pub fn cpt1(&self) -> CPT1R[src]

Bit 7 - Capture1 Interrupt Flag

pub fn upd(&self) -> UPDR[src]

Bit 6 - Update Interrupt Flag

pub fn rep(&self) -> REPR[src]

Bit 4 - Repetition Interrupt Flag

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

Bit 3 - Compare 4 Interrupt Flag

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

Bit 2 - Compare 3 Interrupt Flag

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

Bit 1 - Compare 2 Interrupt Flag

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

Bit 0 - Compare 1 Interrupt Flag

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