pub struct W(/* private fields */);
Expand description
Register APB1_FZ
writer
Implementations§
Source§impl 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_tim6_stop(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 4>
pub fn dbg_tim6_stop( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 4>
Bit 4 - DBG_TIM6_STOP
Sourcepub fn dbg_tim7_stop(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 5>
pub fn dbg_tim7_stop( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 5>
Bit 5 - DBG_TIM7_STOP
Sourcepub fn dbg_tim12_stop(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 6>
pub fn dbg_tim12_stop( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 6>
Bit 6 - DBG_TIM12_STOP
Sourcepub fn dbg_tim13_stop(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 7>
pub fn dbg_tim13_stop( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 7>
Bit 7 - DBG_TIM13_STOP
Sourcepub fn dbg_tim14_stop(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 8>
pub fn dbg_tim14_stop( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 8>
Bit 8 - DBG_TIM14_STOP
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_j2c1_smbus_timeout(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 21>
pub fn dbg_j2c1_smbus_timeout( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 21>
Bit 21 - DBG_J2C1_SMBUS_TIMEOUT
Sourcepub fn dbg_j2c2_smbus_timeout(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 22>
pub fn dbg_j2c2_smbus_timeout( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 22>
Bit 22 - DBG_J2C2_SMBUS_TIMEOUT
Sourcepub fn dbg_j2c3smbus_timeout(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 23>
pub fn dbg_j2c3smbus_timeout( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 23>
Bit 23 - DBG_J2C3SMBUS_TIMEOUT
Sourcepub fn dbg_can1_stop(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 25>
pub fn dbg_can1_stop( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 25>
Bit 25 - DBG_CAN1_STOP
Sourcepub fn dbg_can2_stop(
&mut self,
) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 26>
pub fn dbg_can2_stop( &mut self, ) -> BitWriterRaw<'_, u32, APB1_FZ_SPEC, bool, BitM, 26>
Bit 26 - DBG_CAN2_STOP
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§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more