Struct stm32wlxx_hal::pac::dbgmcu::apb2fzr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register APB2FZR
writer
Implementations§
§impl W
impl W
pub fn dbg_tim1_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB2FZR_SPEC, DBG_TIM1_STOP_A, BitM, 11>
pub fn dbg_tim1_stop( &mut self ) -> BitWriterRaw<'_, u32, APB2FZR_SPEC, DBG_TIM1_STOP_A, BitM, 11>
Bit 11 - DBG_TIM1_STOP
pub fn dbg_tim16_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB2FZR_SPEC, DBG_TIM1_STOP_A, BitM, 17>
pub fn dbg_tim16_stop( &mut self ) -> BitWriterRaw<'_, u32, APB2FZR_SPEC, DBG_TIM1_STOP_A, BitM, 17>
Bit 17 - DBG_TIM16_STOP
pub fn dbg_tim17_stop(
&mut self
) -> BitWriterRaw<'_, u32, APB2FZR_SPEC, DBG_TIM1_STOP_A, BitM, 18>
pub fn dbg_tim17_stop( &mut self ) -> BitWriterRaw<'_, u32, APB2FZR_SPEC, DBG_TIM1_STOP_A, BitM, 18>
Bit 18 - DBG_TIM17_STOP
Methods from Deref<Target = W<APB2FZR_SPEC>>§
pub 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§
§impl From<W<APB2FZR_SPEC>> for W
impl From<W<APB2FZR_SPEC>> for W
§fn from(writer: W<APB2FZR_SPEC>) -> W
fn from(writer: W<APB2FZR_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations§
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