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