[−][src]Struct stm32f103xx::dbg::cr::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn dbg_sleep(&mut self) -> _DBG_SLEEPW
[src]
Bit 0 - DBG_SLEEP
pub fn dbg_stop(&mut self) -> _DBG_STOPW
[src]
Bit 1 - DBG_STOP
pub fn dbg_standby(&mut self) -> _DBG_STANDBYW
[src]
Bit 2 - DBG_STANDBY
pub fn trace_ioen(&mut self) -> _TRACE_IOENW
[src]
Bit 5 - TRACE_IOEN
pub fn trace_mode(&mut self) -> _TRACE_MODEW
[src]
Bits 6:7 - TRACE_MODE
pub fn dbg_iwdg_stop(&mut self) -> _DBG_IWDG_STOPW
[src]
Bit 8 - DBG_IWDG_STOP
pub fn dbg_wwdg_stop(&mut self) -> _DBG_WWDG_STOPW
[src]
Bit 9 - DBG_WWDG_STOP
pub fn dbg_tim1_stop(&mut self) -> _DBG_TIM1_STOPW
[src]
Bit 10 - DBG_TIM1_STOP
pub fn dbg_tim2_stop(&mut self) -> _DBG_TIM2_STOPW
[src]
Bit 11 - DBG_TIM2_STOP
pub fn dbg_tim3_stop(&mut self) -> _DBG_TIM3_STOPW
[src]
Bit 12 - DBG_TIM3_STOP
pub fn dbg_tim4_stop(&mut self) -> _DBG_TIM4_STOPW
[src]
Bit 13 - DBG_TIM4_STOP
pub fn dbg_can1_stop(&mut self) -> _DBG_CAN1_STOPW
[src]
Bit 14 - DBG_CAN1_STOP
pub fn dbg_i2c1_smbus_timeout(&mut self) -> _DBG_I2C1_SMBUS_TIMEOUTW
[src]
Bit 15 - DBG_I2C1_SMBUS_TIMEOUT
pub fn dbg_i2c2_smbus_timeout(&mut self) -> _DBG_I2C2_SMBUS_TIMEOUTW
[src]
Bit 16 - DBG_I2C2_SMBUS_TIMEOUT
pub fn dbg_tim8_stop(&mut self) -> _DBG_TIM8_STOPW
[src]
Bit 17 - DBG_TIM8_STOP
pub fn dbg_tim5_stop(&mut self) -> _DBG_TIM5_STOPW
[src]
Bit 18 - DBG_TIM5_STOP
pub fn dbg_tim6_stop(&mut self) -> _DBG_TIM6_STOPW
[src]
Bit 19 - DBG_TIM6_STOP
pub fn dbg_tim7_stop(&mut self) -> _DBG_TIM7_STOPW
[src]
Bit 20 - DBG_TIM7_STOP
pub fn dbg_can2_stop(&mut self) -> _DBG_CAN2_STOPW
[src]
Bit 21 - DBG_CAN2_STOP
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,