Struct stm32_metapac::dbgmcu::regs::Apb3fzr
#[repr(transparent)]pub struct Apb3fzr(pub u32);
Expand description
DBGMCU APB3 peripheral freeze register.
Tuple Fields§
§0: u32
Implementations§
§impl Apb3fzr
impl Apb3fzr
pub fn set_i2c3_stop(&mut self, val: bool)
pub fn set_i2c3_stop(&mut self, val: bool)
I2C3 SMBUS timeout stop in debug.
pub fn set_i2c4_stop(&mut self, val: bool)
pub fn set_i2c4_stop(&mut self, val: bool)
I2C4 SMBUS timeout stop in debug.
pub const fn lptim1_stop(&self) -> bool
pub const fn lptim1_stop(&self) -> bool
LPTIM1 stop in debug.
pub fn set_lptim1_stop(&mut self, val: bool)
pub fn set_lptim1_stop(&mut self, val: bool)
LPTIM1 stop in debug.
pub const fn lptim3_stop(&self) -> bool
pub const fn lptim3_stop(&self) -> bool
LPTIM3 stop in debug.
pub fn set_lptim3_stop(&mut self, val: bool)
pub fn set_lptim3_stop(&mut self, val: bool)
LPTIM3 stop in debug.
pub const fn lptim4_stop(&self) -> bool
pub const fn lptim4_stop(&self) -> bool
LPTIM4 stop in debug.
pub fn set_lptim4_stop(&mut self, val: bool)
pub fn set_lptim4_stop(&mut self, val: bool)
LPTIM4 stop in debug.
pub const fn lptim5_stop(&self) -> bool
pub const fn lptim5_stop(&self) -> bool
LPTIM5 stop in debug.
pub fn set_lptim5_stop(&mut self, val: bool)
pub fn set_lptim5_stop(&mut self, val: bool)
LPTIM5 stop in debug.
pub const fn lptim6_stop(&self) -> bool
pub const fn lptim6_stop(&self) -> bool
LPTIM6 stop in debug.
pub fn set_lptim6_stop(&mut self, val: bool)
pub fn set_lptim6_stop(&mut self, val: bool)
LPTIM6 stop in debug.
pub fn set_rtc_stop(&mut self, val: bool)
pub fn set_rtc_stop(&mut self, val: bool)
RTC stop in debug.
Trait Implementations§
impl Copy for Apb3fzr
impl Eq for Apb3fzr
impl StructuralPartialEq for Apb3fzr
Auto Trait Implementations§
impl Freeze for Apb3fzr
impl RefUnwindSafe for Apb3fzr
impl Send for Apb3fzr
impl Sync for Apb3fzr
impl Unpin for Apb3fzr
impl UnwindSafe for Apb3fzr
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
Mutably borrows from an owned value. Read more
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)