[][src]Struct stm32h7::stm32h743::hrtim_timb::outbr::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 didl2(&mut self) -> _DIDL2W[src]

Bit 23 - Output 2 Deadtime upon burst mode Idle entry

pub fn chp2(&mut self) -> _CHP2W[src]

Bit 22 - Output 2 Chopper enable

pub fn fault2(&mut self) -> _FAULT2W[src]

Bits 20:21 - Output 2 Fault state

pub fn idles2(&mut self) -> _IDLES2W[src]

Bit 19 - Output 2 Idle State

pub fn idlem2(&mut self) -> _IDLEM2W[src]

Bit 18 - Output 2 Idle mode

pub fn pol2(&mut self) -> _POL2W[src]

Bit 17 - Output 2 polarity

pub fn dlyprt(&mut self) -> _DLYPRTW[src]

Bits 10:12 - Delayed Protection

pub fn dlyprten(&mut self) -> _DLYPRTENW[src]

Bit 9 - Delayed Protection Enable

pub fn dten(&mut self) -> _DTENW[src]

Bit 8 - Deadtime enable

pub fn didl1(&mut self) -> _DIDL1W[src]

Bit 7 - Output 1 Deadtime upon burst mode Idle entry

pub fn chp1(&mut self) -> _CHP1W[src]

Bit 6 - Output 1 Chopper enable

pub fn fault1(&mut self) -> _FAULT1W[src]

Bits 4:5 - Output 1 Fault state

pub fn idles1(&mut self) -> _IDLES1W[src]

Bit 3 - Output 1 Idle State

pub fn idlem1(&mut self) -> _IDLEM1W[src]

Bit 2 - Output 1 Idle mode

pub fn pol1(&mut self) -> _POL1W[src]

Bit 1 - Output 1 polarity

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