Struct Ahb1fzr
#[repr(transparent)]pub struct Ahb1fzr(pub u32);Expand description
AHB1 peripheral freeze register
Tuple Fields§
§0: u32Implementations§
§impl Ahb1fzr
impl Ahb1fzr
pub const fn dbg_gpdma1_ch_stop(&self, n: usize) -> bool
pub const fn dbg_gpdma1_ch_stop(&self, n: usize) -> bool
GPDMA 1 channel y stop in CPU debug Write access can be protected by GPDMA_SECCFGR.SECy.
pub const fn set_dbg_gpdma1_ch_stop(&mut self, n: usize, val: bool)
pub const fn set_dbg_gpdma1_ch_stop(&mut self, n: usize, val: bool)
GPDMA 1 channel y stop in CPU debug Write access can be protected by GPDMA_SECCFGR.SECy.
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