Struct stm32_metapac::dbgmcu::regs::Ahb1fzr
#[repr(transparent)]pub struct Ahb1fzr(pub u32);
Expand description
DBGMCU AHB1 peripheral freeze register.
Tuple Fields§
§0: u32
Implementations§
§impl Ahb1fzr
impl Ahb1fzr
pub const fn gpdma1_stop(&self, n: usize) -> bool
pub const fn gpdma1_stop(&self, n: usize) -> bool
GPDMA1 channel 0 stop in debug.
pub fn set_gpdma1_stop(&mut self, n: usize, val: bool)
pub fn set_gpdma1_stop(&mut self, n: usize, val: bool)
GPDMA1 channel 0 stop in debug.
pub const fn gpdma2_stop(&self, n: usize) -> bool
pub const fn gpdma2_stop(&self, n: usize) -> bool
GPDMA2 channel 0 stop in debug.
pub fn set_gpdma2_stop(&mut self, n: usize, val: bool)
pub fn set_gpdma2_stop(&mut self, n: usize, val: bool)
GPDMA2 channel 0 stop in debug.
Trait Implementations§
impl Copy for Ahb1fzr
impl Eq for Ahb1fzr
impl StructuralPartialEq for Ahb1fzr
Auto Trait Implementations§
impl Freeze for Ahb1fzr
impl RefUnwindSafe for Ahb1fzr
impl Send for Ahb1fzr
impl Sync for Ahb1fzr
impl Unpin for Ahb1fzr
impl UnwindSafe for Ahb1fzr
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
)