[][src]Struct stm32h7::stm32h743::hrtim_time::sete2r::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 update(&mut self) -> _UPDATEW[src]

Bit 31 - UPDATE

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

Bit 30 - EXTEVNT10

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

Bit 29 - EXTEVNT9

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

Bit 28 - EXTEVNT8

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

Bit 27 - EXTEVNT7

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

Bit 26 - EXTEVNT6

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

Bit 25 - EXTEVNT5

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

Bit 24 - EXTEVNT4

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

Bit 23 - EXTEVNT3

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

Bit 22 - EXTEVNT2

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

Bit 21 - EXTEVNT1

pub fn timevnt9(&mut self) -> _TIMEVNT9W[src]

Bit 20 - TIMEVNT9

pub fn timevnt8(&mut self) -> _TIMEVNT8W[src]

Bit 19 - TIMEVNT8

pub fn timevnt7(&mut self) -> _TIMEVNT7W[src]

Bit 18 - TIMEVNT7

pub fn timevnt6(&mut self) -> _TIMEVNT6W[src]

Bit 17 - TIMEVNT6

pub fn timevnt5(&mut self) -> _TIMEVNT5W[src]

Bit 16 - TIMEVNT5

pub fn timevnt4(&mut self) -> _TIMEVNT4W[src]

Bit 15 - TIMEVNT4

pub fn timevnt3(&mut self) -> _TIMEVNT3W[src]

Bit 14 - TIMEVNT3

pub fn timevnt2(&mut self) -> _TIMEVNT2W[src]

Bit 13 - TIMEVNT2

pub fn timevnt1(&mut self) -> _TIMEVNT1W[src]

Bit 12 - TIMEVNT1

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

Bit 11 - MSTCMP4

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

Bit 10 - MSTCMP3

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

Bit 9 - MSTCMP2

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

Bit 8 - MSTCMP1

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

Bit 7 - MSTPER

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

Bit 6 - CMP4

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

Bit 5 - CMP3

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

Bit 4 - CMP2

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

Bit 3 - CMP1

pub fn per(&mut self) -> _PERW[src]

Bit 2 - PER

pub fn resync(&mut self) -> _RESYNCW[src]

Bit 1 - RESYNC

pub fn sst(&mut self) -> _SSTW[src]

Bit 0 - SST

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