pub struct W(_);
Expand description
Register APB1_FZ
writer
Implementations
sourceimpl W
impl W
sourcepub fn dbg_tim2_stop(&mut self) -> DBG_TIM2_STOP_W<'_, 0>
pub fn dbg_tim2_stop(&mut self) -> DBG_TIM2_STOP_W<'_, 0>
Bit 0 - DBG_TIM2_STOP
sourcepub fn dbg_tim3_stop(&mut self) -> DBG_TIM3_STOP_W<'_, 1>
pub fn dbg_tim3_stop(&mut self) -> DBG_TIM3_STOP_W<'_, 1>
Bit 1 - DBG_TIM3 _STOP
sourcepub fn dbg_tim4_stop(&mut self) -> DBG_TIM4_STOP_W<'_, 2>
pub fn dbg_tim4_stop(&mut self) -> DBG_TIM4_STOP_W<'_, 2>
Bit 2 - DBG_TIM4_STOP
sourcepub fn dbg_tim5_stop(&mut self) -> DBG_TIM5_STOP_W<'_, 3>
pub fn dbg_tim5_stop(&mut self) -> DBG_TIM5_STOP_W<'_, 3>
Bit 3 - DBG_TIM5_STOP
sourcepub fn dbg_rtc_stop(&mut self) -> DBG_RTC_STOP_W<'_, 10>
pub fn dbg_rtc_stop(&mut self) -> DBG_RTC_STOP_W<'_, 10>
Bit 10 - RTC stopped when Core is halted
sourcepub fn dbg_wwdg_stop(&mut self) -> DBG_WWDG_STOP_W<'_, 11>
pub fn dbg_wwdg_stop(&mut self) -> DBG_WWDG_STOP_W<'_, 11>
Bit 11 - DBG_WWDG_STOP
sourcepub fn dbg_iwdg_stop(&mut self) -> DBG_IWDG_STOP_W<'_, 12>
pub fn dbg_iwdg_stop(&mut self) -> DBG_IWDG_STOP_W<'_, 12>
Bit 12 - DBG_IWDEG_STOP
sourcepub fn dbg_i2c1_smbus_timeout(&mut self) -> DBG_I2C1_SMBUS_TIMEOUT_W<'_, 21>
pub fn dbg_i2c1_smbus_timeout(&mut self) -> DBG_I2C1_SMBUS_TIMEOUT_W<'_, 21>
Bit 21 - DBG_J2C1_SMBUS_TIMEOUT
sourcepub fn dbg_i2c2_smbus_timeout(&mut self) -> DBG_I2C2_SMBUS_TIMEOUT_W<'_, 22>
pub fn dbg_i2c2_smbus_timeout(&mut self) -> DBG_I2C2_SMBUS_TIMEOUT_W<'_, 22>
Bit 22 - DBG_J2C2_SMBUS_TIMEOUT
sourcepub fn dbg_i2c3smbus_timeout(&mut self) -> DBG_I2C3SMBUS_TIMEOUT_W<'_, 23>
pub fn dbg_i2c3smbus_timeout(&mut self) -> DBG_I2C3SMBUS_TIMEOUT_W<'_, 23>
Bit 23 - DBG_J2C3SMBUS_TIMEOUT
Methods from Deref<Target = W<APB1_FZ_SPEC>>
Trait Implementations
sourceimpl From<W<APB1_FZ_SPEC>> for W
impl From<W<APB1_FZ_SPEC>> for W
sourcefn from(writer: W<APB1_FZ_SPEC>) -> Self
fn from(writer: W<APB1_FZ_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more