Struct Ahb1fzr
#[repr(transparent)]pub struct Ahb1fzr(pub u32);Expand description
Debug MCU 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
GPDMA channel y stop in debug
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)
GPDMA channel y 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