[]Struct nucleo_f401re::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 - DBG_TIM2_STOP

pub fn dbg_tim3_stop(&mut self) -> _DBG_TIM3_STOPW

Bit 1 - DBG_TIM3 _STOP

pub fn dbg_tim4_stop(&mut self) -> _DBG_TIM4_STOPW

Bit 2 - DBG_TIM4_STOP

pub fn dbg_tim5_stop(&mut self) -> _DBG_TIM5_STOPW

Bit 3 - DBG_TIM5_STOP

pub fn dbg_rtc_stop(&mut self) -> _DBG_RTC_STOPW

Bit 10 - RTC stopped when Core is halted

pub fn dbg_wwdg_stop(&mut self) -> _DBG_WWDG_STOPW

Bit 11 - DBG_WWDG_STOP

pub fn dbg_iwdg_stop(&mut self) -> _DBG_IWDG_STOPW

Bit 12 - DBG_IWDEG_STOP

pub fn dbg_i2c1_smbus_timeout(&mut self) -> _DBG_I2C1_SMBUS_TIMEOUTW

Bit 21 - DBG_J2C1_SMBUS_TIMEOUT

pub fn dbg_i2c2_smbus_timeout(&mut self) -> _DBG_I2C2_SMBUS_TIMEOUTW

Bit 22 - DBG_J2C2_SMBUS_TIMEOUT

pub fn dbg_i2c3smbus_timeout(&mut self) -> _DBG_I2C3SMBUS_TIMEOUTW

Bit 23 - DBG_J2C3SMBUS_TIMEOUT

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto 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 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]

impl<T> Same for T

type Output = T

Should always be Self