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 - DBG_TIM2_STOP
Sourcepub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOPR
pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOPR
Bit 1 - DBG_TIM3_STOP
Sourcepub fn dbg_tim4_stop(&self) -> DBG_TIM4_STOPR
pub fn dbg_tim4_stop(&self) -> DBG_TIM4_STOPR
Bit 2 - DBG_TIM4_STOP
Sourcepub fn dbg_tim5_stop(&self) -> DBG_TIM5_STOPR
pub fn dbg_tim5_stop(&self) -> DBG_TIM5_STOPR
Bit 3 - DBG_TIM5_STOP
Sourcepub fn dbg_tim6_stop(&self) -> DBG_TIM6_STOPR
pub fn dbg_tim6_stop(&self) -> DBG_TIM6_STOPR
Bit 4 - DBG_TIM6_STOP
Sourcepub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOPR
pub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOPR
Bit 5 - DBG_TIM7_STOP
Sourcepub fn dbg_tim12_stop(&self) -> DBG_TIM12_STOPR
pub fn dbg_tim12_stop(&self) -> DBG_TIM12_STOPR
Bit 6 - DBG_TIM12_STOP
Sourcepub fn dbg_tim13_stop(&self) -> DBG_TIM13_STOPR
pub fn dbg_tim13_stop(&self) -> DBG_TIM13_STOPR
Bit 7 - DBG_TIM13_STOP
Sourcepub fn dbg_tim14_stop(&self) -> DBG_TIM14_STOPR
pub fn dbg_tim14_stop(&self) -> DBG_TIM14_STOPR
Bit 8 - DBG_TIM14_STOP
Sourcepub fn dbg_lptim1_stop(&self) -> DBG_LPTIM1_STOPR
pub fn dbg_lptim1_stop(&self) -> DBG_LPTIM1_STOPR
Bit 9 - DBG_LPTIM1_STOP
Sourcepub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPR
pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPR
Bit 10 - DBG_RTC_STOP
Sourcepub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOPR
pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOPR
Bit 11 - DBG_WWDG_STOP
Sourcepub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOPR
pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOPR
Bit 12 - DBG_IWDG_STOP
Sourcepub fn dbg_can3_stop(&self) -> DBG_CAN3_STOPR
pub fn dbg_can3_stop(&self) -> DBG_CAN3_STOPR
Bit 13 - DBG_CAN3_STOP
Sourcepub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUTR
pub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUTR
Bit 21 - DBG_I2C1_SMBUS_TIMEOUT
Sourcepub fn dbg_i2c2_smbus_timeout(&self) -> DBG_I2C2_SMBUS_TIMEOUTR
pub fn dbg_i2c2_smbus_timeout(&self) -> DBG_I2C2_SMBUS_TIMEOUTR
Bit 22 - DBG_I2C2_SMBUS_TIMEOUT
Sourcepub fn dbg_i2c3_smbus_timeout(&self) -> DBG_I2C3_SMBUS_TIMEOUTR
pub fn dbg_i2c3_smbus_timeout(&self) -> DBG_I2C3_SMBUS_TIMEOUTR
Bit 23 - DBG_I2C3_SMBUS_TIMEOUT
Sourcepub fn dbg_i2c4_smbus_timeout(&self) -> DBG_I2C4_SMBUS_TIMEOUTR
pub fn dbg_i2c4_smbus_timeout(&self) -> DBG_I2C4_SMBUS_TIMEOUTR
Bit 24 - DBG_I2C4SMBUS_TIMEOUT
Sourcepub fn dbg_can1_stop(&self) -> DBG_CAN1_STOPR
pub fn dbg_can1_stop(&self) -> DBG_CAN1_STOPR
Bit 25 - DBG_CAN1_STOP
Sourcepub fn dbg_can2_stop(&self) -> DBG_CAN2_STOPR
pub fn dbg_can2_stop(&self) -> DBG_CAN2_STOPR
Bit 26 - DBG_CAN2_STOP
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