pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn dbg_timer2_stop(&self) -> DbgTimer2StopR
pub fn dbg_timer2_stop(&self) -> DbgTimer2StopR
Bit 0 - Debug Timer 2 stopped when Core is halted
Sourcepub fn dbg_timer3_stop(&self) -> DbgTimer3StopR
pub fn dbg_timer3_stop(&self) -> DbgTimer3StopR
Bit 1 - Debug Timer 3 stopped when Core is halted
Sourcepub fn dbg_timer6_stop(&self) -> DbgTimer6StopR
pub fn dbg_timer6_stop(&self) -> DbgTimer6StopR
Bit 4 - Debug Timer 6 stopped when Core is halted
Sourcepub fn dbg_timer14_stop(&self) -> DbgTimer14StopR
pub fn dbg_timer14_stop(&self) -> DbgTimer14StopR
Bit 8 - Debug Timer 14 stopped when Core is halted
Sourcepub fn dbg_rtc_stop(&self) -> DbgRtcStopR
pub fn dbg_rtc_stop(&self) -> DbgRtcStopR
Bit 10 - Debug RTC stopped when Core is halted
Sourcepub fn dbg_wwdg_stop(&self) -> DbgWwdgStopR
pub fn dbg_wwdg_stop(&self) -> DbgWwdgStopR
Bit 11 - Debug Window Wachdog stopped when Core is halted
Sourcepub fn dbg_iwdg_stop(&self) -> DbgIwdgStopR
pub fn dbg_iwdg_stop(&self) -> DbgIwdgStopR
Bit 12 - Debug Independent Wachdog stopped when Core is halted
Sourcepub fn i2c1_smbus_timeout(&self) -> I2c1SmbusTimeoutR
pub fn i2c1_smbus_timeout(&self) -> I2c1SmbusTimeoutR
Bit 21 - SMBUS timeout mode 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