pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn dbg_tim2_stop(&self) -> DBG_TIM2_STOPR
pub fn dbg_tim2_stop(&self) -> DBG_TIM2_STOPR
Bit 0 - TIM2 counter stopped when core is halted
Sourcepub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOPR
pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOPR
Bit 1 - TIM3 counter stopped when core is halted
Sourcepub fn dbg_tim6_stop(&self) -> DBG_TIM6_STOPR
pub fn dbg_tim6_stop(&self) -> DBG_TIM6_STOPR
Bit 4 - TIM6 counter stopped when core is halted
Sourcepub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOPR
pub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOPR
Bit 5 - TIM7 counter stopped when core is halted
Sourcepub fn dbg_tim14_stop(&self) -> DBG_TIM14_STOPR
pub fn dbg_tim14_stop(&self) -> DBG_TIM14_STOPR
Bit 8 - TIM14 counter stopped when core is halted
Sourcepub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPR
pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPR
Bit 10 - Debug RTC stopped when core is halted
Sourcepub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOPR
pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOPR
Bit 11 - Debug window watchdog stopped when core is halted
Sourcepub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOPR
pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOPR
Bit 12 - Debug independent watchdog stopped when core is halted
Sourcepub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUTR
pub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUTR
Bit 21 - SMBUS timeout mode stopped when core is halted
Sourcepub fn dbg_can_stop(&self) -> DBG_CAN_STOPR
pub fn dbg_can_stop(&self) -> DBG_CAN_STOPR
Bit 25 - CAN stopped when core is halted
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