Struct Dbgmcu
pub struct Dbgmcu(pub *mut u8);
Expand description
MCU debug component
Tuple Fields§
§0: *mut u8
Implementations§
§impl Dbgmcu
impl Dbgmcu
pub fn dbgmcu_dbg_auth_host(self) -> Reg<DbgmcuDbgAuthHost, R>
pub fn dbgmcu_dbg_auth_host(self) -> Reg<DbgmcuDbgAuthHost, R>
DBGMCU debug host authentication register
pub fn dbgmcu_dbg_auth_device(self) -> Reg<DbgmcuDbgAuthDevice, R>
pub 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