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_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_rtc_stop(&self) -> DBG_RTC_STOPR
pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPR
Bit 10 - RTC counter 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 - Window watchdog counter 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 - Independent watchdog counter stopped when core is halted
Sourcepub fn dbg_i2c1_stop(&self) -> DBG_I2C1_STOPR
pub fn dbg_i2c1_stop(&self) -> DBG_I2C1_STOPR
Bit 21 - I2C1 SMBUS timeout counter stopped when core is halted
Sourcepub fn dbg_i2c2_stop(&self) -> DBG_I2C2_STOPR
pub fn dbg_i2c2_stop(&self) -> DBG_I2C2_STOPR
Bit 22 - I2C2 SMBUS timeout counter stopped when core is halted
Sourcepub fn dbg_i2c3_stop(&self) -> DBG_I2C3_STOPR
pub fn dbg_i2c3_stop(&self) -> DBG_I2C3_STOPR
Bit 23 - I2C3 SMBUS timeout counter 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 - bxCAN stopped when core is halted
Sourcepub fn dbg_lptim1_stop(&self) -> DBG_LPTIM1_STOPR
pub fn dbg_lptim1_stop(&self) -> DBG_LPTIM1_STOPR
Bit 31 - LPTIM1 counter 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