pub struct R(/* private fields */);
Expand description
Register CR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn dbg_sleep(&self) -> DBG_SLEEP_R
pub fn dbg_sleep(&self) -> DBG_SLEEP_R
Bit 0 - DBG_SLEEP
Sourcepub fn dbg_stop(&self) -> DBG_STOP_R
pub fn dbg_stop(&self) -> DBG_STOP_R
Bit 1 - DBG_STOP
Sourcepub fn dbg_standby(&self) -> DBG_STANDBY_R
pub fn dbg_standby(&self) -> DBG_STANDBY_R
Bit 2 - DBG_STANDBY
Sourcepub fn trace_ioen(&self) -> TRACE_IOEN_R
pub fn trace_ioen(&self) -> TRACE_IOEN_R
Bit 5 - TRACE_IOEN
Sourcepub fn trace_mode(&self) -> TRACE_MODE_R
pub fn trace_mode(&self) -> TRACE_MODE_R
Bits 6:7 - TRACE_MODE
Sourcepub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOP_R
pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOP_R
Bit 8 - DBG_IWDG_STOP
Sourcepub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOP_R
pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOP_R
Bit 9 - DBG_WWDG_STOP
Sourcepub fn dbg_tim2_stop(&self) -> DBG_TIM2_STOP_R
pub fn dbg_tim2_stop(&self) -> DBG_TIM2_STOP_R
Bit 11 - DBG_TIM2_STOP
Sourcepub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOP_R
pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOP_R
Bit 12 - DBG_TIM3_STOP
Sourcepub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUT_R
pub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUT_R
Bit 15 - DBG_I2C1_SMBUS_TIMEOUT
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