pub struct R(/* private fields */);
Expand description
Register APB_FZ1
reader
Implementations§
Source§impl R
impl R
Sourcepub fn dbg_timer2_stop(&self) -> DBG_TIMER2_STOP_R
pub fn dbg_timer2_stop(&self) -> DBG_TIMER2_STOP_R
Bit 0 - Debug Timer 2 stopped when Core is halted
Sourcepub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOP_R
pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOP_R
Bit 1 - TIM3 counter stopped when core is halted
Sourcepub fn dbg_timer6_stop(&self) -> DBG_TIMER6_STOP_R
pub fn dbg_timer6_stop(&self) -> DBG_TIMER6_STOP_R
Bit 4 - Debug Timer 6 stopped when Core is halted
Sourcepub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOP_R
pub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOP_R
Bit 5 - TIM7 counter stopped when core is halted
Sourcepub fn dbg_rtc_stop(&self) -> DBG_RTC_STOP_R
pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOP_R
Bit 10 - Debug RTC stopped when Core is halted
Sourcepub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOP_R
pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOP_R
Bit 11 - Debug Window Wachdog stopped when Core is halted
Sourcepub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOP_R
pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOP_R
Bit 12 - Debug Independent Wachdog stopped when Core is halted
Sourcepub fn dbg_i2c1_stop(&self) -> DBG_I2C1_STOP_R
pub fn dbg_i2c1_stop(&self) -> DBG_I2C1_STOP_R
Bit 21 - I2C1 SMBUS timeout mode stopped when core is halted
Sourcepub fn dbg_lptim2_stop(&self) -> DBG_LPTIM2_STOP_R
pub fn dbg_lptim2_stop(&self) -> DBG_LPTIM2_STOP_R
Bit 30 - Clocking of LPTIMER2 counter when the core is halted
Sourcepub fn dbg_lptim1_stop(&self) -> DBG_LPTIM1_STOP_R
pub fn dbg_lptim1_stop(&self) -> DBG_LPTIM1_STOP_R
Bit 31 - Clocking of LPTIMER1 counter when the core is halted
Methods from Deref<Target = R<APB_FZ1_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