pub struct W(/* private fields */);
Expand description
Register APB_FZ2
writer
Implementations§
Source§impl W
impl W
Sourcepub fn dbg_tim1_stop(&mut self) -> DBG_TIM1_STOP_W<'_>
pub fn dbg_tim1_stop(&mut self) -> DBG_TIM1_STOP_W<'_>
Bit 11 - DBG_TIM1_STOP
Sourcepub fn dbg_tim14_stop(&mut self) -> DBG_TIM14_STOP_W<'_>
pub fn dbg_tim14_stop(&mut self) -> DBG_TIM14_STOP_W<'_>
Bit 15 - DBG_TIM14_STOP
Sourcepub fn dbg_tim15_stop(&mut self) -> DBG_TIM15_STOP_W<'_>
pub fn dbg_tim15_stop(&mut self) -> DBG_TIM15_STOP_W<'_>
Bit 16 - DBG_TIM15_STOP
Sourcepub fn dbg_tim16_stop(&mut self) -> DBG_TIM16_STOP_W<'_>
pub fn dbg_tim16_stop(&mut self) -> DBG_TIM16_STOP_W<'_>
Bit 17 - DBG_TIM16_STOP
Sourcepub fn dbg_tim17_stop(&mut self) -> DBG_TIM17_STOP_W<'_>
pub fn dbg_tim17_stop(&mut self) -> DBG_TIM17_STOP_W<'_>
Bit 18 - DBG_TIM17_STOP
Methods from Deref<Target = W<APB_FZ2_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