[][src]Struct stm32h7::stm32h743v::hrtim_common::bmcr::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 bmstat(&mut self) -> _BMSTATW[src]

Bit 31 - Burst Mode Status

pub fn tebm(&mut self) -> _TEBMW[src]

Bit 21 - Timer E Burst Mode

pub fn tdbm(&mut self) -> _TDBMW[src]

Bit 20 - Timer D Burst Mode

pub fn tcbm(&mut self) -> _TCBMW[src]

Bit 19 - Timer C Burst Mode

pub fn tbbm(&mut self) -> _TBBMW[src]

Bit 18 - Timer B Burst Mode

pub fn tabm(&mut self) -> _TABMW[src]

Bit 17 - Timer A Burst Mode

pub fn mtbm(&mut self) -> _MTBMW[src]

Bit 16 - Master Timer Burst Mode

pub fn bmpren(&mut self) -> _BMPRENW[src]

Bit 10 - Burst Mode Preload Enable

pub fn bmprsc(&mut self) -> _BMPRSCW[src]

Bits 6:9 - Burst Mode Prescaler

pub fn bmclk(&mut self) -> _BMCLKW[src]

Bits 2:5 - Burst Mode Clock source

pub fn bmom(&mut self) -> _BMOMW[src]

Bit 1 - Burst Mode operating mode

pub fn bme(&mut self) -> _BMEW[src]

Bit 0 - Burst Mode enable

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