Struct stm32_metapac::dbgmcu::Dbgmcu
pub struct Dbgmcu { /* private fields */ }
Expand description
DBGMCU register block.
Implementations§
§impl Dbgmcu
impl Dbgmcu
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn dbg_auth_host(self) -> Reg<DbgAuthHost, RW>
pub const fn dbg_auth_host(self) -> Reg<DbgAuthHost, RW>
DBGMCU debug authentication mailbox host register.
pub const fn dbg_auth_device(self) -> Reg<DbgAuthDevice, RW>
pub const fn dbg_auth_device(self) -> Reg<DbgAuthDevice, RW>
DBGMCU debug authentication mailbox device register.
Trait Implementations§
impl Copy for Dbgmcu
impl Eq for Dbgmcu
impl Send for Dbgmcu
impl StructuralPartialEq for Dbgmcu
impl Sync for Dbgmcu
Auto Trait Implementations§
impl Freeze for Dbgmcu
impl RefUnwindSafe for Dbgmcu
impl Unpin for Dbgmcu
impl UnwindSafe for Dbgmcu
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
)