[−][src]Struct stm32l4x6::dbgmcu::apb1_fzr1::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn dbg_timer2_stop(&self) -> DBG_TIMER2_STOPR[src]
pub fn dbg_timer2_stop(&self) -> DBG_TIMER2_STOPRBit 0 - Debug Timer 2 stopped when Core is halted
pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOPR[src]
pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOPRBit 1 - TIM3 counter stopped when core is halted
pub fn dbg_tim4_stop(&self) -> DBG_TIM4_STOPR[src]
pub fn dbg_tim4_stop(&self) -> DBG_TIM4_STOPRBit 2 - TIM4 counter stopped when core is halted
pub fn dbg_tim5_stop(&self) -> DBG_TIM5_STOPR[src]
pub fn dbg_tim5_stop(&self) -> DBG_TIM5_STOPRBit 3 - TIM5 counter stopped when core is halted
pub fn dbg_timer6_stop(&self) -> DBG_TIMER6_STOPR[src]
pub fn dbg_timer6_stop(&self) -> DBG_TIMER6_STOPRBit 4 - Debug Timer 6 stopped when Core is halted
pub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOPR[src]
pub fn dbg_tim7_stop(&self) -> DBG_TIM7_STOPRBit 5 - TIM7 counter stopped when core is halted
pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPR[src]
pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOPRBit 10 - Debug RTC stopped when Core is halted
pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOPR[src]
pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOPRBit 11 - Debug Window Wachdog stopped when Core is halted
pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOPR[src]
pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOPRBit 12 - Debug Independent Wachdog stopped when Core is halted
pub fn dbg_i2c1_stop(&self) -> DBG_I2C1_STOPR[src]
pub fn dbg_i2c1_stop(&self) -> DBG_I2C1_STOPRBit 21 - I2C1 SMBUS timeout mode stopped when core is halted
pub fn dbg_i2c2_stop(&self) -> DBG_I2C2_STOPR[src]
pub fn dbg_i2c2_stop(&self) -> DBG_I2C2_STOPRBit 22 - I2C2 SMBUS timeout mode stopped when core is halted
pub fn dbg_i2c3_stop(&self) -> DBG_I2C3_STOPR[src]
pub fn dbg_i2c3_stop(&self) -> DBG_I2C3_STOPRBit 23 - I2C3 SMBUS timeout counter stopped when core is halted
pub fn dbg_can_stop(&self) -> DBG_CAN_STOPR[src]
pub fn dbg_can_stop(&self) -> DBG_CAN_STOPRBit 25 - bxCAN stopped when core is halted
pub fn dbg_lptimer_stop(&self) -> DBG_LPTIMER_STOPR[src]
pub fn dbg_lptimer_stop(&self) -> DBG_LPTIMER_STOPRBit 31 - LPTIM1 counter stopped when core is halted
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more