pub struct Spniden { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Spniden
impl Spniden
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ctrl(self) -> Reg<SpnidenCtrl, RW>
pub const fn ctrl(self) -> Reg<SpnidenCtrl, RW>
Description cluster: Control register for secure priviliged non-invasive debug enable for the local debug components within domain n.
Sourcepub const fn status(self) -> Reg<SpnidenStatus, RW>
pub const fn status(self) -> Reg<SpnidenStatus, RW>
Description cluster: Status register for secure priviliged non-invasive debug enable for domain n.
Trait Implementations§
impl Copy for Spniden
impl Eq for Spniden
impl Send for Spniden
impl StructuralPartialEq for Spniden
impl Sync for Spniden
Auto Trait Implementations§
impl Freeze for Spniden
impl RefUnwindSafe for Spniden
impl Unpin for Spniden
impl UnwindSafe for Spniden
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
)