Struct stm32_metapac::dbgmcu::regs::Ahb3fzr
#[repr(transparent)]pub struct Ahb3fzr(pub u32);
Expand description
Debug MCU AHB3 peripheral freeze register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb3fzr
impl Ahb3fzr
pub const fn dbg_lpdma0_stop(&self) -> bool
pub const fn dbg_lpdma0_stop(&self) -> bool
LPDMA channel 0 stop in debug
pub fn set_dbg_lpdma0_stop(&mut self, val: bool)
pub fn set_dbg_lpdma0_stop(&mut self, val: bool)
LPDMA channel 0 stop in debug
pub const fn dbg_lpdma1_stop(&self) -> bool
pub const fn dbg_lpdma1_stop(&self) -> bool
LPDMA channel 1 stop in debug
pub fn set_dbg_lpdma1_stop(&mut self, val: bool)
pub fn set_dbg_lpdma1_stop(&mut self, val: bool)
LPDMA channel 1 stop in debug
pub const fn dbg_lpdma2_stop(&self) -> bool
pub const fn dbg_lpdma2_stop(&self) -> bool
LPDMA channel 2 stop in debug
pub fn set_dbg_lpdma2_stop(&mut self, val: bool)
pub fn set_dbg_lpdma2_stop(&mut self, val: bool)
LPDMA channel 2 stop in debug
pub const fn dbg_lpdma3_stop(&self) -> bool
pub const fn dbg_lpdma3_stop(&self) -> bool
LPDMA channel 3 stop in debug
pub fn set_dbg_lpdma3_stop(&mut self, val: bool)
pub fn set_dbg_lpdma3_stop(&mut self, val: bool)
LPDMA channel 3 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
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
)