Struct R

Source
pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

Source§

impl R

Source

pub fn bits(&self) -> u32

Value of the register as raw bits

Source

pub fn dbg_tim2_stop(&self) -> DBG_TIM2_STOPR

Bit 0 - DBG_TIM2_STOP

Source

pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOPR

Bit 1 - DBG_TIM3_STOP

Source

pub fn dbg_tim4_stop(&self) -> DBG_TIM4_STOPR

Bit 2 - DBG_TIM4_STOP

Source

pub fn dbg_tim5_stop(&self) -> DBG_TIM5_STOPR

Bit 3 - DBG_TIM5_STOP

Source

pub fn dbg_tim6_stop(&self) -> DBG_TIM6_STOPR

Bit 4 - DBG_TIM6_STOP

Source

pub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOPR

Bit 5 - DBG_TIM7_STOP

Source

pub fn dbg_tim12_stop(&self) -> DBG_TIM12_STOPR

Bit 6 - DBG_TIM12_STOP

Source

pub fn dbg_tim13_stop(&self) -> DBG_TIM13_STOPR

Bit 7 - DBG_TIM13_STOP

Source

pub fn dbg_tim14_stop(&self) -> DBG_TIM14_STOPR

Bit 8 - DBG_TIM14_STOP

Source

pub fn dbg_lptim1_stop(&self) -> DBG_LPTIM1_STOPR

Bit 9 - DBG_LPTIM1_STOP

Source

pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPR

Bit 10 - DBG_RTC_STOP

Source

pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOPR

Bit 11 - DBG_WWDG_STOP

Source

pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOPR

Bit 12 - DBG_IWDG_STOP

Source

pub fn dbg_can3_stop(&self) -> DBG_CAN3_STOPR

Bit 13 - DBG_CAN3_STOP

Source

pub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUTR

Bit 21 - DBG_I2C1_SMBUS_TIMEOUT

Source

pub fn dbg_i2c2_smbus_timeout(&self) -> DBG_I2C2_SMBUS_TIMEOUTR

Bit 22 - DBG_I2C2_SMBUS_TIMEOUT

Source

pub fn dbg_i2c3_smbus_timeout(&self) -> DBG_I2C3_SMBUS_TIMEOUTR

Bit 23 - DBG_I2C3_SMBUS_TIMEOUT

Source

pub fn dbg_i2c4_smbus_timeout(&self) -> DBG_I2C4_SMBUS_TIMEOUTR

Bit 24 - DBG_I2C4SMBUS_TIMEOUT

Source

pub fn dbg_can1_stop(&self) -> DBG_CAN1_STOPR

Bit 25 - DBG_CAN1_STOP

Source

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.