Struct Ahb3fzr
#[repr(transparent)]pub struct Ahb3fzr(pub u32);Expand description
Debug MCU AHB3 peripheral freeze register
Tuple Fields§
§0: u32Implementations§
§impl Ahb3fzr
impl Ahb3fzr
pub const fn dbg_lpdma_stop(&self, n: usize) -> bool
pub const fn dbg_lpdma_stop(&self, n: usize) -> bool
LPDMA channel y stop in debug
pub const fn set_dbg_lpdma_stop(&mut self, n: usize, val: bool)
pub const fn set_dbg_lpdma_stop(&mut self, n: usize, val: bool)
LPDMA channel y stop in debug
Trait Implementations§
impl Copy for Ahb3fzr
impl Eq for Ahb3fzr
impl StructuralPartialEq for Ahb3fzr
Auto Trait Implementations§
impl Freeze for Ahb3fzr
impl RefUnwindSafe for Ahb3fzr
impl Send for Ahb3fzr
impl Sync for Ahb3fzr
impl Unpin for Ahb3fzr
impl UnwindSafe for Ahb3fzr
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