pub struct R(/* private fields */);
Expand description
Register APB_FZ2
reader
Implementations§
Source§impl R
impl R
Sourcepub fn dbg_tim1_stop(&self) -> DBG_TIM1_STOP_R
pub fn dbg_tim1_stop(&self) -> DBG_TIM1_STOP_R
Bit 11 - DBG_TIM1_STOP
Sourcepub fn dbg_tim14_stop(&self) -> DBG_TIM14_STOP_R
pub fn dbg_tim14_stop(&self) -> DBG_TIM14_STOP_R
Bit 15 - DBG_TIM14_STOP
Sourcepub fn dbg_tim15_stop(&self) -> DBG_TIM15_STOP_R
pub fn dbg_tim15_stop(&self) -> DBG_TIM15_STOP_R
Bit 16 - DBG_TIM15_STOP
Sourcepub fn dbg_tim16_stop(&self) -> DBG_TIM16_STOP_R
pub fn dbg_tim16_stop(&self) -> DBG_TIM16_STOP_R
Bit 17 - DBG_TIM16_STOP
Sourcepub fn dbg_tim17_stop(&self) -> DBG_TIM17_STOP_R
pub fn dbg_tim17_stop(&self) -> DBG_TIM17_STOP_R
Bit 18 - DBG_TIM17_STOP
Methods from Deref<Target = R<APB_FZ2_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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