[][src]Struct stm32f3::stm32f373::dbgmcu::apb1_fz::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn dbg_tim2_stop(&mut self) -> _DBG_TIM2_STOPW[src]

Bit 0 - Debug Timer 2 stopped when Core is halted

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

Bit 1 - Debug Timer 3 stopped when Core is halted

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

Bit 2 - Debug Timer 4 stopped when Core is halted

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

Bit 3 - Debug Timer 5 stopped when Core is halted

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

Bit 4 - Debug Timer 6 stopped when Core is halted

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

Bit 5 - Debug Timer 7 stopped when Core is halted

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

Bit 6 - Debug Timer 12 stopped when Core is halted

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

Bit 7 - Debug Timer 13 stopped when Core is halted

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

Bit 8 - Debug Timer 14 stopped when Core is halted

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

Bit 9 - Debug Timer 18 stopped when Core is halted

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

Bit 10 - Debug RTC stopped when Core is halted

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

Bit 11 - Debug Window Wachdog stopped when Core is halted

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

Bit 12 - Debug Independent Wachdog stopped when Core is halted

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

Bit 21 - SMBUS timeout mode stopped when Core is halted

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

Bit 22 - SMBUS timeout mode stopped when Core is halted

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

Bit 25 - Debug CAN stopped when core is halted

Auto Trait Implementations

impl Send for W

impl Sync 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