[][src]Struct stm32f3::stm32f373::dbgmcu::apb1fz::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 dbg_tim2_stop(&self) -> DBG_TIM2_STOPR
[src]

Bit 0 - Debug Timer 2 stopped when Core is halted

pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOPR
[src]

Bit 1 - Debug Timer 3 stopped when Core is halted

pub fn dbg_tim4_stop(&self) -> DBG_TIM4_STOPR
[src]

Bit 2 - Debug Timer 4 stopped when Core is halted

pub fn dbg_tim5_stop(&self) -> DBG_TIM5_STOPR
[src]

Bit 3 - Debug Timer 5 stopped when Core is halted

pub fn dbg_tim6_stop(&self) -> DBG_TIM6_STOPR
[src]

Bit 4 - Debug Timer 6 stopped when Core is halted

pub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOPR
[src]

Bit 5 - Debug Timer 7 stopped when Core is halted

pub fn dbg_tim12_stop(&self) -> DBG_TIM12_STOPR
[src]

Bit 6 - Debug Timer 12 stopped when Core is halted

pub fn dbg_tim13_stop(&self) -> DBG_TIM13_STOPR
[src]

Bit 7 - Debug Timer 13 stopped when Core is halted

pub fn dbg_timer14_stop(&self) -> DBG_TIMER14_STOPR
[src]

Bit 8 - Debug Timer 14 stopped when Core is halted

pub fn dbg_tim18_stop(&self) -> DBG_TIM18_STOPR
[src]

Bit 9 - Debug Timer 18 stopped when Core is halted

pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPR
[src]

Bit 10 - Debug RTC stopped when Core is halted

pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOPR
[src]

Bit 11 - Debug Window Wachdog stopped when Core is halted

pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOPR
[src]

Bit 12 - Debug Independent Wachdog stopped when Core is halted

pub fn i2c1_smbus_timeout(&self) -> I2C1_SMBUS_TIMEOUTR
[src]

Bit 21 - SMBUS timeout mode stopped when Core is halted

pub fn i2c2_smbus_timeout(&self) -> I2C2_SMBUS_TIMEOUTR
[src]

Bit 22 - SMBUS timeout mode stopped when Core is halted

pub fn dbg_can_stop(&self) -> DBG_CAN_STOPR
[src]

Bit 25 - Debug CAN stopped when core is halted

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]