[][src]Struct stm32h7::stm32h743v::hrtim_time::timeicr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn dlyprtc(&mut self) -> _DLYPRTCW[src]

Bit 14 - Delayed Protection Flag Clear

pub fn rstc(&mut self) -> _RSTCW[src]

Bit 13 - Reset Interrupt flag Clear

pub fn rstx2c(&mut self) -> _RSTX2CW[src]

Bit 12 - Output 2 Reset flag Clear

pub fn set2x_c(&mut self) -> _SET2XCW[src]

Bit 11 - Output 2 Set flag Clear

pub fn rstx1c(&mut self) -> _RSTX1CW[src]

Bit 10 - Output 1 Reset flag Clear

pub fn set1x_c(&mut self) -> _SET1XCW[src]

Bit 9 - Output 1 Set flag Clear

pub fn cpt2c(&mut self) -> _CPT2CW[src]

Bit 8 - Capture2 Interrupt flag Clear

pub fn cpt1c(&mut self) -> _CPT1CW[src]

Bit 7 - Capture1 Interrupt flag Clear

pub fn updc(&mut self) -> _UPDCW[src]

Bit 6 - Update Interrupt flag Clear

pub fn repc(&mut self) -> _REPCW[src]

Bit 4 - Repetition Interrupt flag Clear

pub fn cmp4c(&mut self) -> _CMP4CW[src]

Bit 3 - Compare 4 Interrupt flag Clear

pub fn cmp3c(&mut self) -> _CMP3CW[src]

Bit 2 - Compare 3 Interrupt flag Clear

pub fn cmp2c(&mut self) -> _CMP2CW[src]

Bit 1 - Compare 2 Interrupt flag Clear

pub fn cmp1c(&mut self) -> _CMP1CW[src]

Bit 0 - Compare 1 Interrupt flag Clear

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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