Struct stm32f103xx::dbg::cr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - DBG_SLEEP

Bit 1 - DBG_STOP

Bit 2 - DBG_STANDBY

Bit 5 - TRACE_IOEN

Bits 6:7 - TRACE_MODE

Bit 8 - DBG_IWDG_STOP

Bit 9 - DBG_WWDG_STOP

Bit 10 - DBG_TIM1_STOP

Bit 11 - DBG_TIM2_STOP

Bit 12 - DBG_TIM3_STOP

Bit 13 - DBG_TIM4_STOP

Bit 14 - DBG_CAN1_STOP

Bit 15 - DBG_I2C1_SMBUS_TIMEOUT

Bit 16 - DBG_I2C2_SMBUS_TIMEOUT

Bit 17 - DBG_TIM8_STOP

Bit 18 - DBG_TIM5_STOP

Bit 19 - DBG_TIM6_STOP

Bit 20 - DBG_TIM7_STOP

Bit 21 - DBG_CAN2_STOP

Auto Trait Implementations

impl Send for R

impl Sync for R