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

Bit 31 - Timer E Compare 2

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

Bit 30 - Timer E Compare 1

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

Bit 29 - Timer E output 1 Reset

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

Bit 28 - Timer E output 1 Set

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

Bit 27 - Timer D Compare 2

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

Bit 26 - Timer D Compare 1

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

Bit 25 - Timer D output 1 Reset

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

Bit 24 - Timer D output 1 Set

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

Bit 23 - Timer C Compare 2

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

Bit 22 - Timer C Compare 1

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

Bit 21 - Timer C output 1 Reset

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

Bit 20 - Timer C output 1 Set

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

Bit 19 - Timer B Compare 2

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

Bit 18 - Timer B Compare 1

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

Bit 17 - Timer B output 1 Reset

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

Bit 16 - Timer B output 1 Set

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

Bit 11 - External Event 10 Capture

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

Bit 10 - External Event 9 Capture

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

Bit 9 - External Event 8 Capture

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

Bit 8 - External Event 7 Capture

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

Bit 7 - External Event 6 Capture

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

Bit 6 - External Event 5 Capture

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

Bit 5 - External Event 4 Capture

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

Bit 4 - External Event 3 Capture

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

Bit 3 - External Event 2 Capture

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

Bit 2 - External Event 1 Capture

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

Bit 1 - Update Capture

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

Bit 0 - Software Capture

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