[][src]Struct stm32h7::stm32h743::dbgmcu::apb1lfz1::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 i2c3(&self) -> I2C3R[src]

Bit 23 - I2C3 SMBUS timeout stop in debug mode

pub fn i2c2(&self) -> I2C2R[src]

Bit 22 - I2C2 SMBUS timeout stop in debug mode

pub fn i2c1(&self) -> I2C1R[src]

Bit 21 - I2C1 SMBUS timeout stop in debug mode

pub fn lptim1(&self) -> LPTIM1R[src]

Bit 9 - LPTIM1 stop in debug mode

pub fn tim14(&self) -> TIM14R[src]

Bit 8 - TIM14 stop in debug mode

pub fn tim13(&self) -> TIM13R[src]

Bit 7 - TIM13 stop in debug mode

pub fn tim12(&self) -> TIM12R[src]

Bit 6 - TIM12 stop in debug mode

pub fn tim7(&self) -> TIM7R[src]

Bit 5 - TIM7 stop in debug mode

pub fn tim6(&self) -> TIM6R[src]

Bit 4 - TIM6 stop in debug mode

pub fn tim5(&self) -> TIM5R[src]

Bit 3 - TIM5 stop in debug mode

pub fn tim4(&self) -> TIM4R[src]

Bit 2 - TIM4 stop in debug mode

pub fn tim3(&self) -> TIM3R[src]

Bit 1 - TIM3 stop in debug mode

pub fn tim2(&self) -> TIM2R[src]

Bit 0 - TIM2 stop in debug mode

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