Struct stm32_metapac::dbgmcu::regs::Apb1lfzr
#[repr(transparent)]pub struct Apb1lfzr(pub u32);
Expand description
APB1L peripheral freeze register
Tuple Fields§
§0: u32
Implementations§
§impl Apb1lfzr
impl Apb1lfzr
pub const fn dbg_tim2_stop(&self) -> bool
pub const fn dbg_tim2_stop(&self) -> bool
TIM2 stop in CPU debug Write access can be protected by GTZC_TZSC.TIM2SEC.
pub fn set_dbg_tim2_stop(&mut self, val: bool)
pub fn set_dbg_tim2_stop(&mut self, val: bool)
TIM2 stop in CPU debug Write access can be protected by GTZC_TZSC.TIM2SEC.
pub const fn dbg_tim3_stop(&self) -> bool
pub const fn dbg_tim3_stop(&self) -> bool
TIM3 stop in CPU debug Write access can be protected by GTZC_TZSC.TIM3SEC.
pub fn set_dbg_tim3_stop(&mut self, val: bool)
pub fn set_dbg_tim3_stop(&mut self, val: bool)
TIM3 stop in CPU debug Write access can be protected by GTZC_TZSC.TIM3SEC.
pub const fn dbg_wwdg_stop(&self) -> bool
pub const fn dbg_wwdg_stop(&self) -> bool
WWDG stop in CPU debug Write access can be protected by GTZC_TZSC.WWDGSEC
pub fn set_dbg_wwdg_stop(&mut self, val: bool)
pub fn set_dbg_wwdg_stop(&mut self, val: bool)
WWDG stop in CPU debug Write access can be protected by GTZC_TZSC.WWDGSEC
pub const fn dbg_iwdg_stop(&self) -> bool
pub const fn dbg_iwdg_stop(&self) -> bool
IWDG stop in CPU debug Write access can be protected by GTZC_TZSC.IWDGSEC.
pub fn set_dbg_iwdg_stop(&mut self, val: bool)
pub fn set_dbg_iwdg_stop(&mut self, val: bool)
IWDG stop in CPU debug Write access can be protected by GTZC_TZSC.IWDGSEC.
pub const fn dbg_i2c1_stop(&self) -> bool
pub const fn dbg_i2c1_stop(&self) -> bool
I2C1 SMBUS timeout stop in CPU debug Write access can be protected by GTZC_TZSC.I2C1SEC.
pub fn set_dbg_i2c1_stop(&mut self, val: bool)
pub fn set_dbg_i2c1_stop(&mut self, val: bool)
I2C1 SMBUS timeout stop in CPU debug Write access can be protected by GTZC_TZSC.I2C1SEC.
Trait Implementations§
impl Copy for Apb1lfzr
impl Eq for Apb1lfzr
impl StructuralPartialEq for Apb1lfzr
Auto Trait Implementations§
impl Freeze for Apb1lfzr
impl RefUnwindSafe for Apb1lfzr
impl Send for Apb1lfzr
impl Sync for Apb1lfzr
impl Unpin for Apb1lfzr
impl UnwindSafe for Apb1lfzr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)