[][src]Struct stm32f4xx_hal::stm32::dbg::dbgmcu_apb2_fz::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn dbg_tim1_stop(&self) -> DBG_TIM1_STOPR[src]

Bit 0 - TIM1 counter stopped when core is halted

pub fn dbg_tim8_stop(&self) -> DBG_TIM8_STOPR[src]

Bit 1 - TIM8 counter stopped when core is halted

pub fn dbg_tim9_stop(&self) -> DBG_TIM9_STOPR[src]

Bit 16 - TIM9 counter stopped when core is halted

pub fn dbg_tim10_stop(&self) -> DBG_TIM10_STOPR[src]

Bit 17 - TIM10 counter stopped when core is halted

pub fn dbg_tim11_stop(&self) -> DBG_TIM11_STOPR[src]

Bit 18 - TIM11 counter stopped when core is halted

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self