pub struct W(_);
Expand description
Register APB1_FZ
writer
Implementations
sourceimpl W
impl W
sourcepub fn dbg_tim2_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 0>
pub fn dbg_tim2_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 0>
Bit 0 - DBG_TIM2_STOP
sourcepub fn dbg_tim3_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 1>
pub fn dbg_tim3_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 1>
Bit 1 - DBG_TIM3 _STOP
sourcepub fn dbg_tim4_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 2>
pub fn dbg_tim4_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 2>
Bit 2 - DBG_TIM4_STOP
sourcepub fn dbg_tim5_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 3>
pub fn dbg_tim5_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 3>
Bit 3 - DBG_TIM5_STOP
sourcepub fn dbg_rtc_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 10>
pub fn dbg_rtc_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 10>
Bit 10 - RTC stopped when Core is halted
sourcepub fn dbg_wwdg_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 11>
pub fn dbg_wwdg_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 11>
Bit 11 - DBG_WWDG_STOP
sourcepub fn dbg_iwdg_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 12>
pub fn dbg_iwdg_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 12>
Bit 12 - DBG_IWDEG_STOP
sourcepub fn dbg_i2c1_smbus_timeout(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 21>
pub fn dbg_i2c1_smbus_timeout(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 21>
Bit 21 - DBG_J2C1_SMBUS_TIMEOUT
sourcepub fn dbg_i2c2_smbus_timeout(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 22>
pub fn dbg_i2c2_smbus_timeout(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 22>
Bit 22 - DBG_J2C2_SMBUS_TIMEOUT
sourcepub fn dbg_i2c3smbus_timeout(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 23>
pub fn dbg_i2c3smbus_timeout(
&mut self
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 23>
Bit 23 - DBG_J2C3SMBUS_TIMEOUT
Methods from Deref<Target = W<APB1_FZ_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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>) -> W
fn from(writer: W<APB1_FZ_SPEC>) -> W
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