pub struct R(_);
Expand description
Register APB1_FZ
reader
Implementations
sourceimpl R
impl R
sourcepub fn dbg_tim2_stop(&self) -> DBG_TIM2_STOP_R
pub fn dbg_tim2_stop(&self) -> DBG_TIM2_STOP_R
Bit 0 - DBG_TIM2_STOP
sourcepub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOP_R
pub fn dbg_tim3_stop(&self) -> DBG_TIM3_STOP_R
Bit 1 - DBG_TIM3 _STOP
sourcepub fn dbg_tim4_stop(&self) -> DBG_TIM4_STOP_R
pub fn dbg_tim4_stop(&self) -> DBG_TIM4_STOP_R
Bit 2 - DBG_TIM4_STOP
sourcepub fn dbg_tim5_stop(&self) -> DBG_TIM5_STOP_R
pub fn dbg_tim5_stop(&self) -> DBG_TIM5_STOP_R
Bit 3 - DBG_TIM5_STOP
sourcepub fn dbg_rtc_stop(&self) -> DBG_RTC_STOP_R
pub fn dbg_rtc_stop(&self) -> DBG_RTC_STOP_R
Bit 10 - RTC stopped when Core is halted
sourcepub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOP_R
pub fn dbg_wwdg_stop(&self) -> DBG_WWDG_STOP_R
Bit 11 - DBG_WWDG_STOP
sourcepub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOP_R
pub fn dbg_iwdg_stop(&self) -> DBG_IWDG_STOP_R
Bit 12 - DBG_IWDEG_STOP
sourcepub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUT_R
pub fn dbg_i2c1_smbus_timeout(&self) -> DBG_I2C1_SMBUS_TIMEOUT_R
Bit 21 - DBG_J2C1_SMBUS_TIMEOUT
sourcepub fn dbg_i2c2_smbus_timeout(&self) -> DBG_I2C2_SMBUS_TIMEOUT_R
pub fn dbg_i2c2_smbus_timeout(&self) -> DBG_I2C2_SMBUS_TIMEOUT_R
Bit 22 - DBG_J2C2_SMBUS_TIMEOUT
sourcepub fn dbg_i2c3smbus_timeout(&self) -> DBG_I2C3SMBUS_TIMEOUT_R
pub fn dbg_i2c3smbus_timeout(&self) -> DBG_I2C3SMBUS_TIMEOUT_R
Bit 23 - DBG_J2C3SMBUS_TIMEOUT
Methods from Deref<Target = R<APB1_FZ_SPEC>>
Trait Implementations
sourceimpl From<R<APB1_FZ_SPEC>> for R
impl From<R<APB1_FZ_SPEC>> for R
sourcefn from(reader: R<APB1_FZ_SPEC>) -> Self
fn from(reader: R<APB1_FZ_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more