Struct stm32_metapac::dbgmcu::Dbgmcu
pub struct Dbgmcu { /* private fields */ }
Expand description
MCU debug component
Implementations§
§impl Dbgmcu
impl Dbgmcu
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn dbgmcu_dbg_auth_host(self) -> Reg<DbgmcuDbgAuthHost, R>
pub const fn dbgmcu_dbg_auth_host(self) -> Reg<DbgmcuDbgAuthHost, R>
DBGMCU debug host authentication register
pub const fn dbgmcu_dbg_auth_device(self) -> Reg<DbgmcuDbgAuthDevice, R>
pub const fn dbgmcu_dbg_auth_device(self) -> Reg<DbgmcuDbgAuthDevice, R>
DBGMCU debug device authentication 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
)