Struct stm32_metapac::dbgmcu::regs::Apb3fzr
#[repr(transparent)]pub struct Apb3fzr(pub u32);
Expand description
Debug MCU APB3 peripheral freeze register
Tuple Fields§
§0: u32
Implementations§
§impl Apb3fzr
impl Apb3fzr
pub const fn dbg_i2c3_stop(&self) -> bool
pub const fn dbg_i2c3_stop(&self) -> bool
I2C3 stop in debug
pub fn set_dbg_i2c3_stop(&mut self, val: bool)
pub fn set_dbg_i2c3_stop(&mut self, val: bool)
I2C3 stop in debug
pub const fn dbg_lptim1_stop(&self) -> bool
pub const fn dbg_lptim1_stop(&self) -> bool
LPTIM1 stop in debug
pub fn set_dbg_lptim1_stop(&mut self, val: bool)
pub fn set_dbg_lptim1_stop(&mut self, val: bool)
LPTIM1 stop in debug
pub const fn dbg_lptim3_stop(&self) -> bool
pub const fn dbg_lptim3_stop(&self) -> bool
LPTIM3 stop in debug
pub fn set_dbg_lptim3_stop(&mut self, val: bool)
pub fn set_dbg_lptim3_stop(&mut self, val: bool)
LPTIM3 stop in debug
pub const fn dbg_lptim4_stop(&self) -> bool
pub const fn dbg_lptim4_stop(&self) -> bool
LPTIM4 stop in debug
pub fn set_dbg_lptim4_stop(&mut self, val: bool)
pub fn set_dbg_lptim4_stop(&mut self, val: bool)
LPTIM4 stop in debug
pub const fn dbg_rtc_stop(&self) -> bool
pub const fn dbg_rtc_stop(&self) -> bool
RTC stop in debug
pub fn set_dbg_rtc_stop(&mut self, val: bool)
pub fn set_dbg_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
)