[][src]Struct stm32h7::stm32h743::hrtim_tima::rstar::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 timecmp4(&mut self) -> _TIMECMP4W[src]

Bit 30 - Timer E Compare 4

pub fn timecmp2(&mut self) -> _TIMECMP2W[src]

Bit 29 - Timer E Compare 2

pub fn timecmp1(&mut self) -> _TIMECMP1W[src]

Bit 28 - Timer E Compare 1

pub fn timdcmp4(&mut self) -> _TIMDCMP4W[src]

Bit 27 - Timer D Compare 4

pub fn timdcmp2(&mut self) -> _TIMDCMP2W[src]

Bit 26 - Timer D Compare 2

pub fn timdcmp1(&mut self) -> _TIMDCMP1W[src]

Bit 25 - Timer D Compare 1

pub fn timccmp4(&mut self) -> _TIMCCMP4W[src]

Bit 24 - Timer C Compare 4

pub fn timccmp2(&mut self) -> _TIMCCMP2W[src]

Bit 23 - Timer C Compare 2

pub fn timccmp1(&mut self) -> _TIMCCMP1W[src]

Bit 22 - Timer C Compare 1

pub fn timbcmp4(&mut self) -> _TIMBCMP4W[src]

Bit 21 - Timer B Compare 4

pub fn timbcmp2(&mut self) -> _TIMBCMP2W[src]

Bit 20 - Timer B Compare 2

pub fn timbcmp1(&mut self) -> _TIMBCMP1W[src]

Bit 19 - Timer B Compare 1

pub fn extevnt10(&mut self) -> _EXTEVNT10W[src]

Bit 18 - External Event 10

pub fn extevnt9(&mut self) -> _EXTEVNT9W[src]

Bit 17 - External Event 9

pub fn extevnt8(&mut self) -> _EXTEVNT8W[src]

Bit 16 - External Event 8

pub fn extevnt7(&mut self) -> _EXTEVNT7W[src]

Bit 15 - External Event 7

pub fn extevnt6(&mut self) -> _EXTEVNT6W[src]

Bit 14 - External Event 6

pub fn extevnt5(&mut self) -> _EXTEVNT5W[src]

Bit 13 - External Event 5

pub fn extevnt4(&mut self) -> _EXTEVNT4W[src]

Bit 12 - External Event 4

pub fn extevnt3(&mut self) -> _EXTEVNT3W[src]

Bit 11 - External Event 3

pub fn extevnt2(&mut self) -> _EXTEVNT2W[src]

Bit 10 - External Event 2

pub fn extevnt1(&mut self) -> _EXTEVNT1W[src]

Bit 9 - External Event 1

pub fn mstcmp4(&mut self) -> _MSTCMP4W[src]

Bit 8 - Master compare 4

pub fn mstcmp3(&mut self) -> _MSTCMP3W[src]

Bit 7 - Master compare 3

pub fn mstcmp2(&mut self) -> _MSTCMP2W[src]

Bit 6 - Master compare 2

pub fn mstcmp1(&mut self) -> _MSTCMP1W[src]

Bit 5 - Master compare 1

pub fn mstper(&mut self) -> _MSTPERW[src]

Bit 4 - Master timer Period

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

Bit 3 - Timer A compare 4 reset

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

Bit 2 - Timer A compare 2 reset

pub fn updt(&mut self) -> _UPDTW[src]

Bit 1 - Timer A Update reset

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send 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