Struct Ahb1fzr
#[repr(transparent)]pub struct Ahb1fzr(pub u32);Expand description
DBGMCU AHB1 peripheral freeze register.
Tuple Fields§
§0: u32Implementations§
§impl Ahb1fzr
impl Ahb1fzr
pub const fn dbg_gpdma_stop(&self, n: usize) -> bool
pub const fn dbg_gpdma_stop(&self, n: usize) -> bool
None 0: normal operation. GPDMA channel y continues to operate while CPU is in debug mode. 1: stop in debug. GPDMA channel y is frozen while CPU is in debug mode.
pub const fn set_dbg_gpdma_stop(&mut self, n: usize, val: bool)
pub const fn set_dbg_gpdma_stop(&mut self, n: usize, val: bool)
None 0: normal operation. GPDMA channel y continues to operate while CPU is in debug mode. 1: stop in debug. GPDMA channel y is frozen while CPU is in debug mode.
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