[]Struct nucleo_f042k6::dbgmcu::apb1_fz::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn dbg_tim2_stop(&mut self) -> _DBG_TIM2_STOPW

Bit 0 - TIM2 counter stopped when core is halted

pub fn dbg_tim3_stop(&mut self) -> _DBG_TIM3_STOPW

Bit 1 - TIM3 counter stopped when core is halted

pub fn dbg_tim6_stop(&mut self) -> _DBG_TIM6_STOPW

Bit 4 - TIM6 counter stopped when core is halted

pub fn dbg_tim7_stop(&mut self) -> _DBG_TIM7_STOPW

Bit 5 - TIM7 counter stopped when core is halted

pub fn dbg_tim14_stop(&mut self) -> _DBG_TIM14_STOPW

Bit 8 - TIM14 counter stopped when core is halted

pub fn dbg_rtc_stop(&mut self) -> _DBG_RTC_STOPW

Bit 10 - Debug RTC stopped when core is halted

pub fn dbg_wwdg_stop(&mut self) -> _DBG_WWDG_STOPW

Bit 11 - Debug window watchdog stopped when core is halted

pub fn dbg_iwdg_stop(&mut self) -> _DBG_IWDG_STOPW

Bit 12 - Debug independent watchdog stopped when core is halted

pub fn dbg_i2c1_smbus_timeout(&mut self) -> _DBG_I2C1_SMBUS_TIMEOUTW

Bit 21 - SMBUS timeout mode stopped when core is halted

pub fn dbg_can_stop(&mut self) -> _DBG_CAN_STOPW

Bit 25 - CAN stopped when core is halted

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T
[src]

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]