pub struct ApDbgen { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl ApDbgen
impl ApDbgen
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ctrl(self) -> Reg<ApDbgenCtrl, RW>
pub const fn ctrl(self) -> Reg<ApDbgenCtrl, RW>
Description cluster: Control register to enable invasive (halting) debug in domain n’s access port.
Sourcepub const fn status(self) -> Reg<ApDbgenStatus, RW>
pub const fn status(self) -> Reg<ApDbgenStatus, RW>
Description cluster: Status register for invasive (halting) debug enable for domain n’s access port.
Trait Implementations§
impl Copy for ApDbgen
impl Eq for ApDbgen
impl Send for ApDbgen
impl StructuralPartialEq for ApDbgen
impl Sync for ApDbgen
Auto Trait Implementations§
impl Freeze for ApDbgen
impl RefUnwindSafe for ApDbgen
impl Unpin for ApDbgen
impl UnwindSafe for ApDbgen
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
)