[][src]Struct stm32h7::stm32h743::hrtim_timb::outbr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn didl2(&self) -> DIDL2R[src]

Bit 23 - Output 2 Deadtime upon burst mode Idle entry

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

Bit 22 - Output 2 Chopper enable

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

Bits 20:21 - Output 2 Fault state

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

Bit 19 - Output 2 Idle State

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

Bit 18 - Output 2 Idle mode

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

Bit 17 - Output 2 polarity

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

Bits 10:12 - Delayed Protection

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

Bit 9 - Delayed Protection Enable

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

Bit 8 - Deadtime enable

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

Bit 7 - Output 1 Deadtime upon burst mode Idle entry

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

Bit 6 - Output 1 Chopper enable

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

Bits 4:5 - Output 1 Fault state

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

Bit 3 - Output 1 Idle State

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

Bit 2 - Output 1 Idle mode

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

Bit 1 - Output 1 polarity

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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